Ttooleras
🏷️

Color Name Finder

Generators

Find the nearest named color for any hex, RGB, or HSL value from CSS web colors, X11 standard colors, and Pantone approximations.. Free, private — all processing in your browser.

#0203175%
#04052f10%
#06084615%
#080a5e20%
#0b0d7525%
#0d0f8c30%
#0f12a435%
#1114bb40%
#1317d345%
#1519ea50%
#2c30ec55%
#4447ee60%
#5b5ef065%
#7375f270%
#8a8cf475%
#a1a3f780%
#b9baf985%
#d0d1fb90%
#e8e8fd95%
#020317
#060846
#0b0d75
#0f12a4
#1317d3
#2c30ec
#5b5ef0
#8a8cf4
#b9baf9
#e8e8fd
Advertisement

The Color Name Finder takes any hex, RGB, or HSL color and tells you the closest named color from common naming collections. Instead of saying \"it\\u2019s that sort of muted purple-blue,\" you can say \"it\\u2019s Slate Blue\" or \"Cornflower Blue\" or \"Periwinkle\" — whichever feels closest. Named colors are useful in design discussions (easier to remember than #6F94D0), accessible documentation (screen readers benefit from meaningful names), and creative writing. Every tool and framework uses slightly different color names; this tool returns matches from multiple collections so you can pick the name that best communicates.

The tool searches the CSS named colors (the 147 colors defined in CSS3 — aliceblue, antiquewhite, aqua, ...), X11 standard colors (similar to CSS but with extensions), and a broader database of color names from design references, crayola colors, and Pantone-adjacent naming. Perceptual distance determines the nearest match, with the top 5 alternatives shown so you can pick what fits your writing or branding style. For exact CSS compliance, the tool prioritizes the 147 standard web colors; broader name mode pulls from a larger database including historical and cultural color names.

Color Name Finder — key features

Three naming collections

CSS named colors (147), X11 standard set, and extended database (~1500 cultural and design names).

Perceptual distance match

OKLCH-based nearest match, not RGB Euclidean, for perceptually accurate results.

Top 5 alternatives

Shows the closest plus four next-closest names so you can pick the most fitting one.

Exact match detection

If the input is one of the named colors, the tool confirms with distance 0.

Multiple input formats

Hex, RGB, HSL, or RGBA — parsed automatically.

Canonical value shown

Each named color shows its canonical hex value so you can verify match quality.

Distance warning

Flags when the best match is still distant, suggesting you describe the color differently.

Client-side only

Color data stays in your browser — no upload.

How to use the Color Name Finder

  1. 1

    Enter your color

    Type a hex (#FF6B35), RGB, HSL, or paste from a color picker.

  2. 2

    Pick collection

    CSS-only for web standards, X11 for Linux/Unix compatibility, or extended for broader design names.

  3. 3

    See matches

    Top 5 named colors appear ranked by perceptual distance with their canonical hex values.

  4. 4

    Pick the name that fits

    Choose the one that best matches your communication context (formal CSS name vs evocative design name).

  5. 5

    Copy or share

    Copy the name or hex value with one click.

Common use cases for the Color Name Finder

Design and communication

  • Design review descriptions: Refer to colors by name in design critiques or specifications rather than hex codes for quicker understanding.
  • Brand color naming: Pick a memorable name for your brand’s primary color based on its nearest recognized name.
  • Marketing copy: Describe product colors in copy using evocative named colors ("rose gold", "emerald", "slate blue") rather than technical codes.

Development

  • CSS with named colors: Use CSS-compliant color names for readability in stylesheets where appropriate (color: cornflowerblue).
  • Debugging: Quickly identify an unknown color in a screenshot by matching against named database.
  • Accessibility: Provide meaningful color names in alt text or ARIA labels rather than hex codes for screen reader users.

Writing and education

  • Art and design writing: Reference colors by evocative names in art criticism, design blogging, or educational material.
  • Creative writing: Use specific color names in fiction and poetry for vivid imagery ("the sky was the color of lapis lazuli").
  • Educational materials: Teach color theory with named examples that learners can look up easily.

Color Name Finder — examples

Exact CSS match

Input matches a CSS named color exactly.

Input
#4682B4
Output
exact match: steelblue
distance: 0

Near CSS match

Close to a named color but not exact.

Input
#FF6B35
Output
nearest: tomato (distance 6.2)
alternatives: coral, darkorange, salmon

Extended database

A specific color matches a cultural name.

Input
#F5B2B0
Output
nearest: millennial pink (extended database)
CSS nearest: lightpink (distance 5.3)

Gray range

Gray color identification.

Input
#5A6878
Output
CSS nearest: slategray (distance 3.1)
extended: charcoal, steel, basalt

Poor match warning

An unusual color far from any named standard.

Input
#B0FF00
Output
nearest: greenyellow (distance 14.2)
warning: significant visual difference; consider describing directly

Technical details

\"Nearest named color\" is the same distance problem as the Tailwind Color Finder, just against a different reference set.

Reference collections used by this tool:
- CSS named colors (147): antiquewhite, aqua, aquamarine, azure, ..., yellowgreen
- X11 colors: subset of CSS with minor additions
- Extended color database (~1500 names): including historical, cultural, and brand names (Tiffany Blue, Millennial Pink, Yves Klein Blue, etc.)

Distance computation: OKLCH Euclidean distance (same as Tailwind Color Finder). Perceptually uniform, so small distances correspond to visually similar colors.

The CSS 147 colors are well-known to web developers but cover an uneven color space — there\\u2019s a lot of pinks (deeppink, hotpink, pink, lightpink, mistyrose), several of most hues, and gaps in less-named areas. Matching to the broader extended database usually gives more descriptive names, but the CSS-only mode is preferred when you need standards-compliant names for CSS.

Exact matches: if the input hex is one of the named colors, the tool reports \"exact match\" with distance 0. Otherwise the nearest neighbor by OKLCH distance is returned, with distance value indicating how close the match really is.

Naming caveats: color names are culturally variable. \"Turquoise\" in CSS is #40E0D0, but in common usage people use the word more broadly. \"Lime\" in CSS is pure #00FF00 (same as green), which surprises people expecting a yellowish lime. The tool reports the canonical CSS value for each name to avoid confusion.

Pantone: Pantone colors are proprietary and not freely distributed. This tool does not include the official Pantone library but does include close approximations and culturally recognized Pantone-adjacent names (Millennial Pink, Greenery, etc.). For exact Pantone matching, use Pantone\\u2019s own tools.

Common problems and solutions

CSS names don’t match common usage

The CSS color "lime" is pure green; most people mean a yellow-green when they say lime. Always check the canonical hex value alongside the name to confirm it looks right.

Close match still looks different

A perceptual distance of 10-15 is noticeable. The nearest name may still not feel right — use the extended database or describe the color with modifiers ("dusty rose" vs "pink").

Duplicate CSS colors

Some CSS colors are duplicates: aqua and cyan are identical, magenta and fuchsia are identical, gray and grey are identical. The tool picks one; both work in CSS.

Gray vs grey spelling

CSS accepts both gray and grey as synonyms. Use whichever matches your project’s convention (gray is typical in US, grey in UK).

Pantone not exact

The tool does not include proprietary Pantone references. For exact Pantone matching, use Pantone’s tools. This tool offers visual-approximate Pantone-adjacent names.

Cultural variation in names

Color names vary by culture and era. "Periwinkle" means something specific in US design but might not translate. When writing for international audiences, confirm the name is widely recognized.

Too many names for a region of color

Pink has dozens of names (hot pink, deep pink, pink, light pink, misty rose, salmon, ...). The tool picks one but several may fit. Pick the one that communicates best.

Color Name Finder — comparisons and alternatives

Compared to manually scrolling CSS color swatches, this tool is instant and uses perceptual distance rather than visual guessing. Manual scanning works for the most common colors but fails for nuanced matches.

Compared to \"name that color\" websites, this tool covers multiple collections (CSS, X11, extended) with perceptually accurate matching. Dedicated sites often use only one collection or non-perceptual matching.

Compared to Pantone\u2019s official tools, this tool offers Pantone-adjacent approximations rather than exact matches. Pantone tools are the gold standard for print color matching; this tool is for general-purpose naming.

Frequently asked questions about the Color Name Finder

How do I find the name of a color?

Paste your hex, RGB, or HSL value into the input. The tool returns the nearest named color from CSS, X11, or the extended database. You can pick which collection to search or see matches from all three.

What are CSS named colors?

CSS defines 147 named colors you can use directly in stylesheets: red, blue, cornflowerblue, tomato, etc. These are standard across all browsers and don’t require hex codes. The tool’s CSS mode matches against these 147.

Can the tool find Pantone colors?

Not the official Pantone library (which is proprietary and not freely distributed). The tool includes Pantone-adjacent color names and culturally recognized "trend" colors (Millennial Pink, Greenery, Viva Magenta, etc.) as approximations. For exact Pantone matching, use Pantone’s own tools.

How close is the nearest match?

The tool reports distance in OKLCH units. Under 5 is essentially indistinguishable. 5-10 is very close, acceptable for most purposes. 10+ is noticeable — consider a different description or the extended database for more specific names.

Why does "lime" in CSS look so green?

CSS "lime" is defined as #00FF00, pure green in the sRGB gamut. In everyday language, "lime" usually means a yellow-green. CSS names follow HTML 4.01 convention which was set early in web history and doesn’t always match common usage. Use "greenyellow" or "yellowgreen" if you want yellow-green.

Can I use the nearest name in CSS?

Yes, if the match is from the CSS collection. Named colors work directly: color: cornflowerblue. For extended-database names (not CSS-standard), you’d use the hex code the tool provides.

Is this tool useful for accessibility?

Somewhat. Using named colors in documentation helps screen reader users (who hear "cornflower blue" rather than "hex 6495ed"), and consistent naming aids mental models. For full accessibility, pair with contrast checking to ensure colors are readable.

Does the input get uploaded?

No. All matching runs in your browser with the color names loaded as static data. Nothing is sent to any server.

Additional resources

Advertisement

Related tools

All Generators

Learn more

Explore more tools

200+ free tools that run in your browser.

Browse all tools →