Color Name Finder
Your color
#FF6347
Closest matches (Delta-E)
tomato
#FF6347
ΔE 0 · CSS
coral
#FF7F50
ΔE 13.5 · CSS
salmon
#FA8072
ΔE 22 · CSS
crimson
#DC143C
ΔE 23.8 · CSS
chocolate
#D2691E
ΔE 24 · CSS
How to Use the Color Name Finder
Colors have names beyond their Hex codes — "cornflower blue," "tomato," "midnight green." Named colors help designers, writers, and developers communicate precisely without reciting six-digit codes. The color name finder accepts any Hex or RGB input, searches a comprehensive database of CSS named colors, X11 colors, and common design vocabulary, and returns the closest match by Euclidean distance in RGB space or perceptually weighted LAB distance for more accurate human-aligned results.
Enter #FF6347 and the tool identifies "Tomato" — a CSS named color you can use directly as color: tomato in stylesheets. Enter a custom brand Hex that has no exact name and receive the nearest named approximation plus the Delta-E distance indicating how close the match is. Matches under Delta-E 2 appear identical to most viewers; values under 10 are reasonable verbal stand-ins for documentation.
Writers describing product colors for catalogs, support tickets, or accessibility reports benefit from human-readable names instead of opaque codes. Developers auditing stylesheets can identify which named colors appear in legacy code and map them to design tokens. Educators teaching color vocabulary connect abstract codes to memorable names students recognize.
Browse the top five nearest matches when the closest name feels wrong — "steel blue" and "slate gray" may both sit near a corporate navy. Cross-reference results with the CSS named colors reference for full swatch context and copy-ready CSS syntax.
Whether you are documenting a design system, writing alt text that describes interface colors, or simply curious what to call the shade on your wall, the color name finder translates machine values into human language.
Common use cases
Design documentation
Replace raw Hex codes in style guides with recognizable color names designers and writers understand.
Support and QA reports
Describe UI bug colors verbally ("the tomato red button") when filing tickets with screenshots.
Accessibility alt text
Provide meaningful color descriptions in alt text and ARIA labels for non-sighted users.
Legacy CSS audit
Identify which CSS named colors appear in old stylesheets and map them to modern design tokens.
Frequently asked questions
The tool compares input RGB against a named color database using distance metrics. LAB distance aligns better with human perception.
You receive the nearest match plus Delta-E distance. Lower values mean closer visual similarity.
It matches CSS and X11 named colors plus common design terms. See the CSS named colors reference for the full list.