Pick any color — get HEX, RGB, HSL instantly. Convert between formats.
The most common format for web. 6 hex digits representing red, green, blue channels. Shorthand: #RGB (e.g., #fff = #ffffff).
Red, Green, Blue values from 0–255. Used in CSS, Canvas, and image processing. rgba() adds opacity (0–1).
Hue (0–360°), Saturation (0–100%), Lightness (0–100%). More intuitive for adjusting brightness and creating color schemes.