Color Picker / Converter
Pick any color and convert between HEX, RGB, and HSL instantly. Copy any format with one click — free and browser-based.
Converted formats
Recent colors
All conversions run locally in your browser — no color data is transmitted to any server.
Frequently asked questions
What is the difference between HEX, RGB, and HSL color formats?
HEX is a six-character code (e.g. #28AFB7) used in HTML and CSS. RGB expresses a color as three values — red, green, and blue — each from 0 to 255. HSL describes hue (0–360 degrees), saturation (0–100%), and lightness (0–100%), making it easier to adjust brightness and vibrancy without changing the hue.
Which color format should I use in CSS?
All three are valid in modern CSS. HEX is the most common shorthand for static values. Use RGB or HSL when you need to control opacity (rgba/hsla) or dynamically adjust a color via CSS custom properties or JavaScript.
Is this color picker free to use with no sign-up?
Yes. The color picker and converter are completely free, require no account, and run entirely in your browser. No color data is transmitted to any server.