Color Names Lookup
Find the closest CSS color name for any color.
#4682b4
Exact match
steelblue
#4682b4
Find the Name of Any Color
CSS defines 148 named colors â like tomato, rebeccapurple, and steelblue â that you can use directly in your stylesheets. Enter any color and this tool finds the closest CSS color name, and lets you browse and search the full list.
What you get
- The nearest named color to your input
- A match distance (0 means exact)
- The full searchable list of 148 names
- One-click copy of any name or value
Why use color names
Named colors make CSS more readable and are handy for quick prototypes. For brand-critical work, use exact HEX values â names are approximate landmarks, not precise matches.
Private & Processed Locally
The lookup runs in your browser using the official W3C named-color list.
Frequently Asked Questions
Common questions about the Color Names Lookup.
How does it find a name?
It compares your color to the 148 CSS named colors and returns the closest match with a distance score.
Can I browse all the names?
Yes, search and browse the full list of CSS named colors.
Is it private?
Yes, the lookup runs in your browser.