Ever stare at a hex code and wonder what color it actually is? #FF6347 is Tomato, by the way.
I built a tool that finds the closest CSS named color for any hex code.
How It Works
- Enter any hex code (e.g., #FF6347)
- See the color rendered visually
- Get the closest CSS named color (Tomato)
- See RGB and HSL values
- Browse all 148 CSS named colors
Some Fun Ones
| Hex | Closest Name | Distance |
|---|---|---|
| #FF6347 | Tomato | 0.0 |
| #FF4500 | OrangeRed | 0.0 |
| #DC143C | Crimson | 0.0 |
| #7B68EE | MediumSlateBlue | 0.0 |
| #123456 | MidnightBlue | 42.3 |
Includes a visual grid of all CSS named colors — click any to see its details.
More color tools:
- Color Picker — HEX/RGB/HSL converter
- Gradient Generator — CSS gradients
- Color Blindness Simulator
Full toolkit: devtools-site-delta.vercel.app
Top comments (0)