What this tool does
Choose a color visually or edit any supported notation. A valid edit becomes the source for every other representation, while alpha is preserved for formats that support it.
Format notes
HEX: Hexadecimal color notation, most common in web developmentRGB: Red, green, and blue. An additive color model used for screens.HSL: Hue, saturation, and lightness. Useful for intuitive color adjustments.HSV: Hue, saturation, and value (brightness). Also known as HSB; common in color pickers.HWB: Hue, Whiteness, Blackness - CSS4 color format, no alpha supportLAB: CIE LAB - perceptually uniform color space, no alpha supportLCH: Lightness, Chroma, Hue - cylindrical LAB, easier hue adjustments, no alphaCMYK: Cyan, magenta, yellow, and key (black). Used in printing; no alpha support.CSS keyword: CSS named colors like red, blue, coral - 140+ predefined colors, no alpha