All edits pass through RGB
HEX is parsed to red, green, and blue channels. HSL and CMYK-style inputs are converted back to RGB, which becomes the common state for the synchronized fields.
Pick colors visually and convert between HEX, RGB, HSL, and CMYK formats.
Click the color wheel or enter a hex value to select your color.
Switch between HEX, RGB, HSL, and other color formats.
Click the copy button to grab the color code for your project.
This picker keeps several color notations synchronized. Change the visual picker, HEX value, RGB channels, HSL channels, or a simple CMYK conversion and the other values update. It also displays a complementary hue and chooses a readable black or white preview label using a brightness heuristic.
A concrete input and expected output from the current implementation.
Input
#C49000
Expected output
RGB 196, 144, 0 HSL 44, 100%, 38% CMYK 0%, 27%, 100%, 23%
The values describe the same sRGB color after rounding. The CMYK result is a mathematical conversion, not a printer-specific proof.
HEX is parsed to red, green, and blue channels. HSL and CMYK-style inputs are converted back to RGB, which becomes the common state for the synchronized fields.
The displayed complement is produced from inverse RGB channels. It is a quick visual counterpoint, not a guarantee of harmony or contrast compliance.
Real printing depends on inks, paper, press conditions, and an ICC profile. This page shows a device-independent mathematical approximation.
Yes, as a coordinate transformation of sRGB values. HSL is often easier to edit by eye, but it is not perceptually uniform.
The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.
Preview how screen colors translate to print with CMYK simulation and proofing.
Preview any Google Font at various sizes, weights, and with custom sample text.
Create linear, radial, and conic CSS gradients with a visual editor and code output.
Generate harmonious color palettes from a base color using color theory rules.
Simulate how colors appear to people with various types of color vision deficiency.
Design box shadows visually with multiple layers and copy the CSS code.