HEX to RGB Converter

Convert color codes between HEX, RGB and HSL instantly.

How does it work?

Colors can be written as HEX (#C2410C), RGB (rgb(194, 65, 12)), RGBA with opacity or HSL, and sometimes you need to switch from one format to another.

Paste any notation and you will instantly get all four equivalent representations, with a picker and a visual swatch to confirm it is the color you are looking for.

Frequently asked questions

What formats does it accept?

Shorthand HEX (3 digits), full HEX (6 digits) and rgb()/rgba() with values from 0 to 255 and optional transparency.

What is HSL?

HSL (hue, saturation, lightness) describes color in terms that people understand better: the hue in degrees (0° red, 120° green, 240° blue), the intensity and the lightness.

How do I get a color swatch?

Browser color pickers return HEX; if your code needs rgb() or hsl(), this converter gives you the values instantly to copy them.

Related tools