CSS Color Names Finder
Search named CSS colors by name, hex, RGB, or HSL and find the closest match instantly.
Updated
What is the CSS Color Names Finder?
CSS Color Names Finder helps you search the standard CSS named colors by name or by color value, then instantly shows the closest named match.
Use it when you have a hex, RGB, or HSL color and want the nearest human-readable CSS color name for design reviews, documentation, or quick debugging.
How it works
CSS Color Names Finder works entirely in the browser.
It accepts a CSS color name, hex value, RGB value, or HSL value, then normalizes the input and compares it against the CSS named-color list. Exact matches are detected first, and non-exact inputs are ranked by distance to the nearest named color.
The tool also includes a browsable catalog of named colors so you can scan the full palette, compare swatches, and copy values quickly.
Examples
Find a named match from a hex code
Paste a hex value and get the closest CSS named color with exact-match detection.
Look up a color name by text
Type a CSS color name to inspect its code and browse nearby named colors.
Compare an RGB value
Enter an RGB color and find the nearest named color in the CSS palette.
Frequently asked questions
What inputs does CSS Color Names Finder support?
What inputs does CSS Color Names Finder support?
It supports CSS color names, 3-digit hex, 6-digit hex, RGB, RGBA, HSL, and HSLA values.
Does it find the exact CSS color name?
Does it find the exact CSS color name?
Yes. If your input matches a standard CSS named color exactly, the tool shows that exact result first.
How does it choose the nearest color?
How does it choose the nearest color?
It compares your input color against the CSS named-color set and ranks results by RGB distance, so visually similar colors appear near the top.
Can I browse every CSS named color?
Can I browse every CSS named color?
Yes. The tool includes a searchable list of named CSS colors with swatches, hex values, RGB values, and HSL values.
Related tools
More utilities you might find handy.
CMYK to RGB
Convert CMYK print colors to RGB values instantly with live preview, hex output, and copy-ready results.
Color Blindness Simulator
Preview how images and designs appear to people with protanopia, deuteranopia, tritanopia, and other color vision deficiencies
Color Escape Code Generator
Generate ANSI terminal color escape codes for styles, foregrounds, and backgrounds across bash, python, javascript, and more.