WeUtils.uk

Color converter

Enter a HEX code or pick a color to get its RGB and HSL values.

Free online HEX to RGB and HSL color converter

This color converter turns any HEX color code into its RGB and HSL equivalents in real time. Pick a color with the visual picker or paste a HEX value such as #146c43 and instantly read the matching rgb() and hsl() strings, ready to copy into your CSS, design tool or code.

How HEX, RGB and HSL relate

HEX is a 6-digit hexadecimal notation for the red, green and blue channels (00–FF each). RGB expresses those same channels as 0–255 values, while HSL describes the color by hue, saturation and lightness, which is often easier to tweak by hand.

Frequently asked questions

Is the HEX to RGB conversion exact? Yes, both notations describe the same 24-bit color, so the conversion is lossless.

Does it support 3-digit HEX shorthand? Yes, shorthand like #1c4 is expanded automatically before converting.