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)
Convert any color between HEX, RGB, HSL, HSV, and CMYK. Includes live preview, contrast checker, and color picker.
What is HEX?
6-digit base-16 notation: #RRGGBB. Standard for web.
What is HSL?
Hue, Saturation, Lightness — more intuitive than RGB.