HEX, RGB, HSL: what's the difference?
HEX (#RRGGBB) is the most common format in web/CSS. RGB expresses a color by its red, green and blue components (0-255). HSL (hue, saturation, lightness) is more intuitive to create variations of a single color.
How to convert a color?
Use the picker or type a HEX code: the RGB and HSL formats are calculated automatically. Click "Copy" to grab the code you need.
Frequently asked questions
Can I enter a 3-digit HEX code?
Yes, short notations like #f0c are accepted and converted.
Is the conversion accurate?
Yes, it follows the standard color formulas used by browsers.