Tested tool guide
Tested browser tools
Checked August 16, 2026
What Color Name Lookup does, with a checked example
Color Name Lookup takes a HEX or RGB color and identifies the closest color in the CSS named-color set. It displays the submitted color beside the selected named color so you can judge the difference visually. The result is often an approximation: most possible RGB values do not have their own CSS keyword, so receiving a familiar name does not mean that the original value and the named color are identical.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
red (#FF0000), with identical input and named-color swatches
The CSS keyword red represents RGB channels 255, 0, 0, which is exactly #FF0000. No approximation is required for this input.