Color Name Finder
Find the nearest CSS named color for any hex or RGB value.
Nearest CSS color
cornflowerblue
#6495ed
Enter a hex or RGB color and get the closest of the 148 standard CSS color names, with a swatch and its hex.
How to use
- Type a hex or RGB color value.
- See the nearest named color and its swatch.
- Note whether it is an exact match.
Frequently asked questions
- Which color names are matched?
- The 148 standard CSS named colors, matched by closest RGB distance.
- What input formats work?
- Hex like #4a90d9 or #abc, and rgb() such as rgb(74, 144, 217).