Color Code Converter
Convert between HEX, RGB, and HSL color formats. Use the color picker or type any value — all formats update instantly.
HEX
RGB
rgb(41, 128, 185)
HSL
hsl(204, 64%, 44%)
All Formats
Frequently Asked Questions
How do I convert a HEX color to RGB?
Enter a HEX value like #2f76d6 and the tool instantly shows the equivalent RGB and HSL values. You can also use the color picker to choose a color visually and read off every format.
What is the difference between HEX, RGB and HSL?
HEX and RGB both describe a color by its red, green and blue components — HEX in hexadecimal, RGB in decimal. HSL describes the same color by hue, saturation and lightness, which is often more intuitive for adjusting shades.
What does the alpha or opacity value mean?
Alpha controls transparency, from 0 (fully transparent) to 1 (fully opaque). It is written as the fourth value in RGBA or HSLA, letting colors blend with whatever is behind them.
Can I use these values in CSS?
Yes. Every format the tool outputs — HEX, RGB, RGBA, HSL and HSLA — is valid CSS that you can paste directly into your stylesheets.