Color Format Guide
HEX
Hexadecimal color codes use 6 digits: #RRGGBB. Shorthand: #RGB (e.g., #F00 = #FF0000).
RGB
rgb(red, green, blue) where each value ranges from 0 to 255.
HSL
hsl(hue, saturation%, lightness%) — Hue: 0-360, Saturation: 0-100%, Lightness: 0-100%.
How to Use
- Enter a color in any supported format (HEX, RGB, or HSL)
- View the color converted to all formats with a visual preview
- Copy any format you need