HHushyard

HTML Color Code Converter

Convert CSS colors between hexadecimal, RGB and HSL.

HEX#4f46e5
RGBrgb(79, 70, 229)
HSLhsl(243 75% 59%)
Ad placeholder

How is this result calculated?

HTML/CSS colors can be written as hexadecimal (#4f46e5), RGB (79, 70, 229) or HSL. These formats describe the same color with different coordinates.

Hex is common in design specs and CSS. RGB is convenient when scripts manipulate red, green and blue channels separately.

HSL separates hue, saturation and lightness. It is often easier to read when creating variants of a color.

Frequently asked questions

What is a hex color code?+

It is a color described by three hexadecimal values for red, green and blue.

Do RGB and hex produce the same color?+

Yes, RGB and hex can represent exactly the same color, only the notation changes.

When should I use HSL?+

HSL is useful when you want to adjust hue, saturation or lightness visually.