Pick any color and copy its HEX, RGB and HSL codes instantly.
Did you know?
HSL (Hue, Saturation, Lightness) is often more intuitive than RGB for designers because you can easily make a color lighter or darker just by adjusting the lightness value without affecting the hue.
HEX
RGB
HSL
Color formats explained
HEX — compact 6-character hexadecimal code used in HTML and CSS. Example: #3ddc97.
RGB — defines a color by red, green and blue channels, each from 0 to 255. Example: rgb(61, 220, 151).
HSL — defines a color by hue (0–360°), saturation and lightness. More intuitive for design work.
FAQ
What is the difference between HEX, RGB and HSL?
HEX is a compact hexadecimal representation used in HTML and CSS. RGB defines a color by red, green and blue components (0–255). HSL defines a color by hue (0–360 degrees), saturation and lightness, which is more intuitive for designers.
Can I type a HEX code directly?
Yes. Type or paste any HEX code into the HEX field and the picker, RGB and HSL values will all update automatically.
Does this work without internet?
Yes. Once the page loads everything runs locally in your browser with no server calls.