DEV Community

TateLyman
TateLyman

Posted on

What Color is #FF6347? Find Any Hex Color Name Instantly

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

  1. Enter any hex code (e.g., #FF6347)
  2. See the color rendered visually
  3. Get the closest CSS named color (Tomato)
  4. See RGB and HSL values
  5. 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

Hex to Color Name Finder

Includes a visual grid of all CSS named colors — click any to see its details.

More color tools:

Full toolkit: devtools-site-delta.vercel.app

Top comments (0)