How to use Color Name Finder
Find the closest named color to any HEX, RGB, or HSL value — with results from CSS color names, Pantone, RAL, and the full X11/xkcd color datasets. Understand what a color is actually called, find nearby named alternatives, and copy the exact CSS color keyword for use in stylesheets. Covers 1,500+ named colors across all major naming systems.
- Enter a HEX, RGB, or HSL color value in the input field.
- The tool finds the nearest named color using perceptual distance (CIEDE2000).
- Review the name, its dataset source, and the exact color comparison swatch.
- Browse nearby named colors sorted by similarity.
- Copy the CSS color name, Pantone reference, or HEX value to clipboard.
Your data never leaves your device — 100% private processing.
Color naming datasets
CSS standard colors include 140 named keywords (aliceblue, cornflowerblue, rebeccapurple) defined in the CSS specification. X11 named colors (from the Unix X Window System) include 550 names, most of which map to CSS keywords. The xkcd Color Survey collected over 200,000 responses to identify the most intuitive English names for 954 colors. Pantone is the print industry standard with thousands of numbered codes. RAL is the European standard for industrial and architectural coatings. This tool searches all datasets simultaneously and returns the closest match by perceptual distance.
Perceptual color distance (CIEDE2000)
Color matching uses CIEDE2000 — the most accurate perceptual color distance formula — rather than simple Euclidean distance in RGB space. RGB distance is misleading: a large RGB difference between two near-identical grey tones is perceptually tiny, while a small RGB difference between two blues can be quite noticeable. CIEDE2000 accounts for the non-uniform sensitivity of human color vision (we are more sensitive to hue changes in saturated colors and lightness changes in dark colors) to return the most intuitive "nearest color" result.
Worked examples
Exact CSS keyword
Inputs: #ff6347
Result: nearest name "Tomato" (exact CSS keyword, ΔE ≈ 0)
Another exact match
Inputs: #6495ed
Result: nearest name "Cornflower Blue" (exact CSS keyword)
Glossary
- CSS named colors
- The 140 HTML/CSS color keywords (red, blue, tomato, etc.) defined in the CSS Color Level 4 specification.
- Pantone
- A proprietary color matching system widely used in print, fashion, and product design to specify exact ink colors.
- RAL
- A European color standard system used in architectural, industrial, and automotive coatings, with ~200 Classic colors.
- CIEDE2000
- The most accurate mathematical formula for measuring the perceived difference between two colors.
Related reading
Frequently Asked Questions
Why use Color Name Finder?
- Searches 1,500+ names across CSS, X11, xkcd, Pantone, and RAL datasets simultaneously
- Uses CIEDE2000 perceptual distance rather than RGB math for the most intuitive match results
- Returns nearby alternatives sorted by similarity so you can choose the best-fit named color
- CSS keyword output lets you replace verbose hex values with readable named tokens in source code
Common use cases
- Identifying what a client calls "dusty rose" by entering its HEX to find the closest CSS name
- Finding the RAL code for a wall paint color to communicate consistently with an architect
- Replacing a six-digit HEX in a CSS file with a CSS named color for improved readability
- Matching a Pantone swatch to its nearest screen HEX equivalent for web implementation
- Building a color vocabulary for a design system by finding natural-language names for each token
Get weekly tool tips & updates
New tools, power-user tips, and productivity hacks — delivered free every Friday.
No spam, ever. Unsubscribe with one click.
Related Color & Design
Color Picker & Converter
Pick a color and convert HEX, RGB, HSL, HSB, and CMYK instantly. Generate tints, shades, and export-ready palette values.
Color Converter
Convert colors between HEX, RGB, HSL, HSV, and CMYK formats instantly. Paste any color format and get all others with one click.
Image Color Extractor
Extract dominant colors from any image. Upload a photo and instantly get the top colors as HEX and RGB values. Free online color palette extractor.
Color Blindness Simulator
Simulate how images appear to people with color blindness. Test protanopia, deuteranopia, tritanopia, and 5 more types. Free accessibility tool.
Color Name Generator
Find the closest CSS color name from any HEX code, compare RGB distance, and explore similar named colors for design systems and UI consistency.
CSS Gradient Generator
Create linear, radial, and conic CSS gradients with live preview controls. Copy production-ready gradient code instantly online.
Explore all Color & Design.