No Login Data Private Local Save

Color Name Finder - Online Hex to Name Dictionary

16
0
0
0

Color Name Finder

Type a HEX code to instantly find its closest CSS color name

Best Match
    Preview

    Frequently Asked Questions

    A Color Name Finder is an online tool that takes a HEX color code (like #FF0000) and returns the nearest CSS/SVG named color from the standard web color palette. It helps designers and developers translate machine‑readable codes into human‑friendly names like “Tomato” or “DodgerBlue”.

    We use the full set of 148 extended CSS color keywords (CSS Color Module Level 4), which includes classic names like Red, Green, Blue as well as newer additions like RebeccaPurple. Every name has an official HEX value defined in web standards.

    If your HEX code perfectly matches a named color’s HEX value, you get an exact match. Otherwise the tool calculates the Euclidean distance in RGB space and suggests the nearest named color. The more specific the code, the closer the match.

    Yes. The tool automatically expands shorthand HEX codes (#ABC → #AABBCC) before searching, so common three‑character shortcuts work exactly the same.

    Named colors make your stylesheets more readable and maintainable. Instead of cryptic HEX values, a name instantly communicates intent (e.g., color: coral;). They are fully supported across all modern browsers.