Skip to main content
WebColorTools

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.

Instant 100% Private Free Forever
Instant Private Free

Your color

Color value

Matching uses perceptual distance across ~30,000 named colors. Everything runs locally in your browser.

Loading color name database…

How to use the Color Name Finder

Four steps from hex code to human-readable color name.

  1. 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. 2

    Read the matched name

    The closest named color appears prominently with an Exact match or Closest match badge.

  3. 3

    Compare swatches

    Your exact color and the named color appear side by side so you can judge how close the match looks.

  4. 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?
This tool searches a curated open dataset of roughly 30,000 named colors — far beyond the 148 CSS keywords browsers recognize. That includes paint names, design-catalog labels, and creative color titles so everyday hex codes get human-readable names instead of “unknown.”
Is there an official name for every color?
No. Color naming is cultural and contextual — the same hex might be “Scarlet” in one catalog and “Fire Engine Red” in another. CSS defines a small standard set for web development; extended lists add marketing and design vocabulary. This finder returns the closest named match from its dataset, not a universal authority.
How is the closest match found?
Your color and every named swatch are converted to CIELAB (a perceptual color space). We compute Euclidean distance (ΔE) in LAB — not raw RGB distance — so two colors that look similar rank closer even when their red/green/blue numbers differ. The lowest ΔE wins; identical hex codes show as an exact match.
Can I search by RGB or HSL too?
Yes. Paste or type HEX, RGB, HSL, or a CSS color name in the shared color input. Switch tabs or use the picker — results update live as your color changes.
Why might the name be approximate?
Most hex values do not exist verbatim in any name list. When no entry shares your exact code, the tool picks the perceptually nearest name and labels it Closest match with a ΔE score. Small ΔE means the names look almost identical; larger ΔE means the label is a rough neighbor — always compare the side-by-side swatches.