Color Picker
Use Color Picker to choose and convert color precisely — instant and free.
Find the closest named colour to any hex — the nearest match from a set of common colour names, with its swatch. Runs entirely in your browser.
Your browser is preparing the tool. It runs 100% locally.
Enter a hex colour and the tool tells you the nearest named colour from a set of common names — like salmon, teal or crimson — along with that name's own hex. It measures closeness by straight-line distance in RGB, so the match is approximate, not perceptual, and it draws from a short list of 30 names rather than the full CSS palette. It runs in your browser.
Give it a hex code and it returns the closest colour name it knows, plus a swatch so you can see how good the match is. It is the quick way to attach a human label to a raw hex value — to say roughly that #FA8072 is salmon.
That is handy when you want a memorable name for a colour, a rough description for a note or alt text, or simply a sense of which everyday colour a hex is nearest to.
The tool holds a small dictionary of common colour names, each with its own RGB value. When you enter a hex, it converts it to RGB and then measures the distance from your colour to every name in the list, treating red, green and blue as three coordinates in a cube.
Whichever name has the smallest straight-line distance is reported as the nearest. That makes the answer fast and deterministic, but the distance is measured in raw RGB, which does not match how the eye judges colour difference — so the closest number is not always the closest-looking name.
for each named colour:
distance squared = (R − Rn)² + (G − Gn)² + (B − Bn)²
the name with the smallest distance wins#FA8072 → salmon (exact) · #2563EB → blue (a coarse match)Distance is measured in raw RGB. A bright mid-blue like #2563EB has no close name in a 30-colour list, so it snaps to plain blue even though they look quite different.
The match is exact maths against a short list, so it is consistent — but the list has only 30 names. A colour with no close neighbour in that list still gets a name, and it can be a poor visual fit, like a vivid blue mapping to plain blue.
Distance is measured in raw RGB, not the way human vision works. Equal RGB distances do not look equally different, so occasionally a name that is slightly farther in numbers would actually look closer to your eye.
There is no tie handling beyond first-found order. When two names are nearly equidistant, the result can feel arbitrary — both are reasonable, and the tool simply reports the first smallest.
It is a labeller, not a converter to an exact standard. If you need a precise, full-palette name, the 148-colour CSS set or a perceptual matcher will do better than a 30-name shortlist.
Get a memorable, human label for a raw hex value.
Describe a colour in notes, alt text or documentation.
See which everyday colour a hex is closest to.
Connect hex values to the common names you already know.
For the full set, match against all 148 CSS named colours. For a name that matches what the eye sees, use a tool that measures perceptual difference (Delta-E) rather than raw RGB distance. For exact values, a hex-to-RGB or HSL converter keeps the colour precise.
Matches against a curated set of 30 common colour names by straight-line distance in RGB; honest that this is a coarse net, not the full 148-name CSS palette or a perceptual match.
Use Color Picker to choose and convert color precisely — instant and free.
Use HEX to RGB Converter to choose and convert color precisely — instant and free.
Use Color Palette Generator to choose and convert color precisely — instant and free.
Use Gradient Generator to choose and convert color precisely — instant and free.
Use Contrast Checker to choose and convert color precisely — instant and free.
RGB to HEX Converter with copy-ready values for design and front-end work.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.