Color Converter
Convert between HEX, RGB, HSL, and HSV.
- HEX
- RGB
- HSL
- HSV
🎨 Click to pick a color
Advertisement
Convert colors between HEX, RGB, HSL, and HSV formats instantly. This designer tool performs all calculations client-side.
How to use it
- Enter a colour in any supported format, or open the colour picker.
- Read the equivalent HEX, RGB, HSL and HSV values.
- Copy the format your stylesheet or design tool expects.
Frequently asked questions
What is the difference between HSL and HSV?
Both describe a colour by hue, but HSL ends in white at maximum lightness while HSV ends in the pure hue. HSL is usually easier for building colour scales in CSS.
Can I convert a colour with transparency?
The alpha channel is a separate value from the colour itself, so convert the colour here and then add your opacity in CSS, for example rgba() or an eight digit HEX.
Why does the HEX value look slightly different?
HEX stores 8 bits per channel, so HSL and HSV values that fall between two steps are rounded to the nearest one. The visible difference is imperceptible.