Color Format Reference
- HEX — Hexadecimal RGB. Used in CSS, design tools. Example:
#7C3AED - RGB — Red, Green, Blue (0–255 each). Web-native. Example:
rgb(124, 58, 237) - HSL — Hue, Saturation, Lightness. Easier to manipulate (e.g., make a color darker). Example:
hsl(263, 83%, 58%) - CMYK — Cyan, Magenta, Yellow, Key (black). Used in print. Example:
cmyk(48%, 76%, 0%, 7%)