Pick any color and instantly convert between HEX, RGB, HSL, and CMYK formats. Generate palettes, use sliders, or type values directly. Runs 100% in your browser.
HEX — Hexadecimal notation used in CSS and design tools. A 6-digit code (e.g. #FF5733) where each pair represents Red, Green, Blue from 00–FF.
RGB — Red, Green, Blue values from 0–255. Standard for screens and web. rgb(255, 87, 51)
HSL — Hue (0°–360°), Saturation (%), Lightness (%). More intuitive for designers when adjusting shades and tints.
CMYK — Cyan, Magenta, Yellow, Key (Black). Used in print design. Note: screen-to-print conversion may vary by printer profile.