Find the closest standard color name for any HEX code
Standard web color names are defined by the CSS specification and recognized by all modern browsers. This tool helps you find the closest named color for any HEX code, which is useful for:
The tool compares your input color to a database of 140+ standard web colors. If there's no exact match, it calculates the Euclidean distance in RGB color space to find the closest named color. The smaller the distance value, the closer the match.
If you enter #3498db, the tool will find it's closest to Cornflower Blue (#6495ED),
though not an exact match. The distance value helps you understand how close the colors are.