Color Code to Name Converter

Enter a HEX code and find the closest named color — 140+ official CSS color names.

How it works

Your HEX value is compared against all 140+ official CSS color names using weighted RGB distance, and the nearest name is returned.

Examples

InputOutput
#bfbfbfGray (close)
#FF0000Red — exact
#7FFFD4Aquamarine — exact

Frequently Asked Questions

Which color names are included?

All 140 official CSS named colors, from AliceBlue to YellowGreen.

What if my color has no exact name?

You get the closest named color by RGB distance — useful for describing colors, picking paint references or writing readable CSS.

Can I go the other way (name to code)?

Yes — type any name from the list in lowercase, and the nearest match still resolves via its known code.

Related Tools

RGB to HEX ConverterHEX to RGB ConverterCMYK to RGB ConverterRGB to CMYK ConverterHEX to CMYK Converter