Color Name Finder

Pick any color or enter a hex code to instantly find its closest named color from our library of 80+ color names.

Why color names matter

Color names provide a human-readable way to communicate about specific hues. In design, development, and everyday life, being able to say "Steel Blue" or "Dusty Rose" is far more descriptive than reciting hex codes. CSS itself supports 140+ named colors, and design systems often name their palette colors to improve communication between designers and developers.

How the closest color is calculated

The tool converts your input hex code to its RGB components (red, green, blue) and then computes the Euclidean distance in 3D RGB color space to each of the 80+ named colors in the library. The color with the smallest distance is reported as the closest match. While human color perception is more complex than Euclidean distance in RGB (the Lab color space is often preferred), this approach works well for most practical purposes.

Common color names reference

Some frequently encountered named colors: Crimson (#DC143C) — a rich, vivid red. Teal (#008080) — a cyan-green named after the teal bird. Coral (#FF7F50) — a warm orange-pink. Lavender (#E6E6FA) — a light purple. Sage (#BCB88A) — a grey-green named after the herb. Charcoal (#36454F) — a dark grey named after the material.

Color formats explained

Colors can be expressed in several formats: Hex (#RRGGBB) is the most common in web design. RGB (r, g, b) uses values 0–255 for each channel. HSL (hue, saturation, lightness) is often more intuitive for humans. Our Color Converter tool lets you convert between all these formats, while this tool focuses on giving your color a name.