Converters

Color Converter

Convert any color between HEX, RGB, HSL, HSV, and CMYK. Includes live preview, contrast checker, and color picker.

#3B82F6

R: 59 · G: 130 · B: 246

Contrast vs white: 3.05:1 · WCAG AA (large text only)

Color formats cheat sheet

  • HEX: #RRGGBB — web standard
  • RGB: rgb(255, 99, 71) — pixels per color channel
  • HSL: hsl(9, 100%, 64%) — intuitive for design
  • HSV: same hue/sat, different light model
  • CMYK: for print (subtractive model)

Frequently asked questions

What is HEX?

6-digit base-16 notation: #RRGGBB. Standard for web.

What is HSL?

Hue, Saturation, Lightness — more intuitive than RGB.