Enter a HEX code and find the closest named color — 140+ official CSS color names.
| Input | Output |
|---|---|
| #bfbfbf | Gray (close) |
| #FF0000 | Red — exact |
| #7FFFD4 | Aquamarine — exact |
All 140 official CSS named colors, from AliceBlue to YellowGreen.
You get the closest named color by RGB distance — useful for describing colors, picking paint references or writing readable CSS.
Yes — type any name from the list in lowercase, and the nearest match still resolves via its known code.