Color Names: From Crayon Classics to Hex Codes
Color Theory · 6 min read
The First Language of Color
For most of us, color begins with names, not numbers. Long before anyone learns that pure red is #FF0000, they learn the word “red” from a box of crayons. Those waxy little sticks are, for millions of people, the original color vocabulary — and they did something clever. By printing a name on every wrapper, they turned an abstract sensation into a word you could say out loud.
Crayon names are a small cultural artifact worth appreciating. Some are plainly descriptive, like “sky blue” or “forest green.” Others are evocative, conjuring a mood more than a precise hue. A name like “periwinkle” or “burnt sienna” does not give you an exact value, but it tells you roughly where to look and how the color should feel. That blend of precision and poetry is what makes color naming so interesting — and so difficult.
Why Naming Colors Is Surprisingly Hard
The trouble is that color is continuous and language is not. The visible spectrum contains millions of distinguishable shades, but everyday vocabulary offers only a few dozen common color words. We are constantly rounding.
Several factors make naming genuinely tricky:
- Boundaries are fuzzy. Where does blue end and green begin? Where teal sits is a matter of opinion, and reasonable people disagree about the same swatch.
- Context changes perception. A gray looks warmer next to blue and cooler next to orange, so one color can earn two names depending on its neighbors.
- Lighting shifts everything. A beige wall reads cream in warm lamplight and almost gray under an overcast sky.
- Language varies. Different cultures and languages divide the spectrum differently, drawing lines that do not line up one to one.
- Names drift. Terms like “greige,” “millennial pink,” or “sage” carry strong associations but no fixed definition. One brand’s sage is another’s celadon.
This is why two people can look at the same wall and argue endlessly about whether it is taupe, mushroom, or just light brown. They are not wrong — they are using an imprecise tool for a precise question. For more on that everyday confusion, see what color is this.
How Names Map to Hex and RGB
Numbers solve the precision problem. A Hex code or RGB triplet pins a color to an exact point. Where “navy” is a vibe, #1A2A4A is a coordinate. The two systems complement each other: names communicate quickly to humans, while codes communicate exactly to screens, printers, and other devices.
Here is how familiar names line up with approximate values. Treat these as representative anchors, not universal definitions, since named colors vary between sources:
| Color name | Approx. Hex | Approx. RGB |
|---|---|---|
| Coral | #FF7F50 | 255, 127, 80 |
| Teal | #008080 | 0, 128, 128 |
| Lavender | #B57EDC | 181, 126, 220 |
| Mustard | #E1AD01 | 225, 173, 1 |
| Terracotta | #C16A4F | 193, 106, 79 |
| Charcoal | #36454F | 54, 69, 79 |
| Sage | #9CA98B | 156, 169, 139 |
Each name covers a small neighborhood of values, not a single point. “Coral” could reasonably span a range of warm pink-oranges. The Hex code is what lets you say exactly which coral you mean — essential when matching paint or writing CSS where #FF7F50 and #FF6347 are unmistakably different.
From a Code Back to a Name
Going the other direction — from a raw value to a human-friendly label — is where naming gets clever. Given an arbitrary Hex code, a naming system measures the distance between that color and a curated dictionary of named colors, then returns the closest match. Quality depends on how rich the dictionary is and how distance is measured, since simple math in RGB space does not always agree with how the eye judges similarity. A good system gives you a label that feels right, not just one that is technically nearest.
How Color Identifier Names Any Color You Scan
This is exactly the problem Color Identifier is built to solve. It is a free iPhone app that does both jobs at once: capturing a color precisely, then naming it clearly.
- Live Camera. Point your iPhone at anything — a flower, a fabric, a painted wall — and the app reads the color in real time, giving you a name plus the underlying Hex, RGB, CMYK, and nearest Pantone codes.
- From Photo. Already have a picture? Pull the exact color out of an existing image and get the same name-plus-codes breakdown.
- Save palettes. Collect the colors you love into palettes, so a name and its code stay linked instead of living in your memory.
The naming layer is what makes it useful day to day. Codes are perfect for software, but when you describe a color to a painter, a client, or a friend, you reach for a word. The app hands you both, so you never have to choose between precision and plain language.
Names and Numbers, Together
Crayon names taught us to talk about color. Hex and RGB taught us to specify it exactly. Neither replaces the other — the richest way to work with color uses both, letting names carry meaning and codes carry accuracy.
The next time you debate whether something is teal or turquoise, you do not have to settle it by argument. Scan it, read the name, and copy the code. The word ends the debate; the number makes sure everyone is looking at the same color. To try it on the spot, start with Color Identifier and see what your favorite shade is really called.