HEX / RGB / HSL / CMYK Converter

Convert a colour between HEX, RGB and HSL.

What you provide

Result

#00E5FF = rgb(0, 229, 255)

The same colour in every common format. HEX and RGB describe the colour directly; HSL describes it as hue, saturation and lightness, which is easier to adjust by eye.

Your colour

#00E5FF

Diagnostic telemetry
HEX
#00E5FF
RGB
rgb(0, 229, 255)
HSL
hsl(186, 100%, 50%)
CSSPaste straight into a stylesheet
#00e5ff

What this cannot tell you

  • Converts between sRGB colour formats. It does not perform colour-managed conversion to print (CMYK) or wide-gamut spaces, which need an ICC profile.
  • HSL values are rounded to whole numbers, so a round-trip may shift by one unit.

Take this with you

HEX / RGB / HSL / CMYK Converter on RunTheTests — free browser-based colour tools, no sign-up.