Color Converter
Enter any color in HEX, RGB, or HSL format and instantly see all three representations with a live color preview swatch.
Enter a color value above to see conversions.
Supported input formats
- HEX:
#39a96bor short form#3a6 - RGB:
rgb(57, 169, 107) - HSL:
hsl(147, 50%, 45%)
FAQ
Does it support alpha / transparency?
Not yet. Only opaque colors (HEX 6-digit, RGB, HSL) are supported. RGBA and HSLA support is planned.
What is HSL?
HSL stands for Hue, Saturation, Lightness. It's a more human-intuitive color model than RGB. Hue is the color angle (0–360°), Saturation is how vivid it is (0–100%), Lightness is how bright it is (0–100%).
Related: HTML Entity Encoder · Tech Calculator · All Tools