Color Converter

HEX ↔ RGB ↔ HSL

HEX
RGBrgb(0, 61, 92)
HSLhsl(0, 0%, 0%)

What are the color formats?

  • HEX: six hexadecimal digits (#RRGGBB) — the most common in CSS
  • RGB: red, green and blue values (0–255)
  • HSL: hue, saturation and lightness — easier to tweak

Useful for designers, developers and online store owners to define brand colors.