Color Name Finder
Find the name of any color. Enter a HEX, RGB, or HSL value and get the closest named color instantly. Free, in your browser.
Your color
Matching uses perceptual distance across ~30,000 named colors. Everything runs locally in your browser.
Loading color name database…
Enter a valid color to find its name.
Matched name
Exact matchRed
Perceptual distance: 0 (identical hex)
Swatch comparison
Your color
#FF0000 Named color
#FF0000 Other close matches
Next closest names by perceptual distance — tap to copy hex.
How to use the Color Name Finder
Four steps from hex code to human-readable color name.
- 1
Enter your color
Use HEX, RGB, HSL, or a CSS name in the tabbed input — or pick a color with the swatch picker.
- 2
Read the matched name
The closest named color appears prominently with an Exact match or Closest match badge.
- 3
Compare swatches
Your exact color and the named color appear side by side so you can judge how close the match looks.
- 4
Copy or explore alternates
Copy either hex with one tap. Browse the next closest names below if you want a different label for the same neighborhood of color.
What is a color name finder?
A color name finder answers a question designers, developers, and curious users ask every day: what color is this hex? You paste a code like #FF5733 or an rgb() value and get back a human-readable label — not another number. That matters when you are naming brand palettes, writing design specs, explaining choices to clients, or simply playing name that color with a swatch from a screenshot.
Color naming is layered. Browsers ship about 148 CSS named colors — familiar words like tomato, steelblue, and rebeccapurple that work directly in stylesheets. Paint catalogs, design systems, and open color databases add tens of thousands more creative names: “Evening Sand,” “Digital Lavender,” “1975 Earth Red.” There is no single global registry where every possible RGB triplet has one official title. Two designers can disagree on whether a coral-orange is “Persimmon” or “Flame.” A practical hex to color name tool therefore finds the nearest label from a large reference list rather than claiming absolute truth.
Nearest-color matching must be perceptual, not mathematical in raw RGB. Human vision is non-uniform: we notice green differences more finely than blue in some ranges, and simple Euclidean distance in red-green-blue space can rank a gray as closer to purple than to silver when your eyes say otherwise. This tool converts both your input and every catalog entry to CIELAB, a standard perceptual space, then measures ΔE (delta E) — the distance between two colors as people tend to see them. Lower ΔE means a closer visual match. When your hex exactly equals a catalog entry, you get an Exact match; otherwise the best label is shown as a Closest match with its distance score and a side-by-side swatch comparison so you can judge for yourself.
The dataset behind this page contains on the order of 30,000 named colors from the open color-name-list project — loaded only when you visit this tool so other pages stay lean. That breadth beats searching CSS keywords alone when you need a specific marketing-friendly name or want inspiration from paint-style vocabulary. Results include your hex, the matched hex, copy buttons, and several alternate nearby names if the top pick is not quite the vibe you want.
Common use cases include translating client hex codes into language for creative briefs, documenting design tokens (“primary action uses Electric Crimson, #E02020”), checking whether a sampled screenshot color already has a known name, and teaching color literacy in classrooms. Developers pair this with our Color Converter when moving between formats, the Palette Generator when building schemes, and the Contrast Checker when verifying readability. Everything executes client-side: no uploads, no accounts, no API keys.
Whether you search for color name finder, what color is this hex, name that color, color name from hex, find color name, or hex to color name, the workflow is the same — enter any supported format, read the match, copy what you need, and move on. Approximate matches are normal: color language is descriptive, not exhaustive. Use the comparison swatches and ΔE readout to pick a name that communicates your intent, then lock the exact hex in your code where precision matters.
Frequently asked questions
How many color names are in the database?
Is there an official name for every color?
How is the closest match found?
Can I search by RGB or HSL too?
Why might the name be approximate?
Related tools
More free tools — all run in your browser.