#dec7ae
a light, soft orange · warm · closest name: Tan
At a glance
Every number on this page in one read: what #dec7ae is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dec7ae |
| RGB | rgb(222, 199, 174) |
| HSL | hsl(31, 42%, 78%) |
| CMYK | cmyk(0%, 10%, 22%, 13%) |
| LAB | lab(81.5 4.2 15.5) |
| LCH | lch(81.5 16.0 74.9) |
| OKLCH | oklch(0.842 0.043 69.5) |
| Decimal | 14600110 |
| Display P3 | color(display-p3 0.871 0.780 0.682) |
Copy-ready code
/* CSS */
color: #dec7ae;
background-color: #dec7ae;
/* Tailwind (arbitrary) */
class="text-[#dec7ae] bg-[#dec7ae]"
/* SCSS */
$brand: #dec7ae;
/* SwiftUI */
Color(red: 0.871, green: 0.780, blue: 0.682)
/* Android */
Color.parseColor("#dec7ae")
/* Flutter */
Color(0xFFDEC7AE)
/* Python / OpenCV (BGR) */
(174, 199, 222)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #dec7ae is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF7F5;
--brand-100: #F5F0EB;
--brand-200: #EADED2;
--brand-300: #dec7ae;
--brand-400: #CEAC87;
--brand-500: #BE9160;
--brand-600: #AE7C47;
--brand-700: #91683B;
--brand-800: #74532F;
--brand-900: #553E25;
--brand-950: #352717;
--brand: #dec7ae;
--brand-ink: #000000;
}Colors that work with #dec7ae
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #dec7ae
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #AEC5DE | Directly opposite — maximum tension | |
| Analogous left | #DEAFAE | Neighbour, quieter | |
| Analogous right | #DDDEAE | Neighbour, quieter | |
| Split-complement 1 | #AEDDDE | Contrast without the clash | |
| Split-complement 2 | #AFAEDE | Contrast without the clash | |
| Triadic 1 | #AEDEC7 | Even thirds — balanced and loud | |
| Triadic 2 | #C7AEDE | Even thirds — balanced and loud | |
| Tetradic | #AEDEAF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dec7ae text on a black background
contrast 12.89:1
#dec7ae text on a white background
contrast 1.63:1
CSS3 live lab
The quick brown fox
color: #dec7ae;
background-color: #dec7ae;
Glowing headline
text-shadow: 2px 2px 8px #dec7ae;
Soft neon halo
text-shadow: 0 0 14px rgba(222, 199, 174, 0.45);
box-shadow: 0 12px 32px -8px rgba(222, 199, 174, 0.45);
border: 3px solid #dec7ae; background: linear-gradient(135deg, #dec7ae, #D5DEAE);
Monochromatic scale
Palettes built from #dec7ae
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Tan (#d2b48c) — ΔE2000 6.6 away, with its history, psychology and brand usage.
#dec7ae in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#dec7ae, answered
What color is #dec7ae?
#dec7ae is a light soft orange, closest to Tan (ΔE2000 6.6). It sits at 31° on the hue wheel with 42% saturation and 78% lightness, which reads as warm.
What is the RGB value of #dec7ae?
rgb(222, 199, 174) — 222 red, 199 green and 174 blue out of 255, or 87.1% / 78% / 68.2% by channel.
Is #dec7ae a light or a dark color?
It is a light color. Relative luminance is 0.5943 and perceived brightness is 80%, so black text on it reaches 12.89:1.
Should I use black or white text on #dec7ae?
Black. It scores 12.89:1 against #dec7ae, versus 1.63:1 for white — AAA at any size.
What is the complementary color of #dec7ae?
#AEC5DE sits directly opposite on the wheel. Softer options are the split-complements #AEDDDE and #AFAEDE, which give the same contrast with far less vibration.
What colors go well with #dec7ae?
For interface work: #FAF7F4 as the surface, #E7D7C5 for borders, #9B744B for secondary text, #377B95 as an accent and #5B4125 for hover and pressed states. For a palette, the analogous pair #DEAFAE and #DDDEAE stays calm, while #AEC5DE is the loudest partner.
What is #dec7ae in CMYK for printing?
cmyk(0%, 10%, 22%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dec7ae warm or cool?
Warm — it scores 1 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E5D0C0; nudged cooler, #DFB4AD.