#ecd9da
a pale, soft red · warm · closest name: Misty Rose
At a glance
Every number on this page in one read: what #ecd9da 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 | #ecd9da |
| RGB | rgb(236, 217, 218) |
| HSL | hsl(357, 33%, 89%) |
| CMYK | cmyk(0%, 8%, 8%, 8%) |
| LAB | lab(88.2 6.7 1.9) |
| LCH | lch(88.2 7.0 15.6) |
| OKLCH | oklch(0.901 0.021 13.9) |
| Decimal | 15522266 |
| Display P3 | color(display-p3 0.925 0.851 0.855) |
Copy-ready code
/* CSS */
color: #ecd9da;
background-color: #ecd9da;
/* Tailwind (arbitrary) */
class="text-[#ecd9da] bg-[#ecd9da]"
/* SCSS */
$brand: #ecd9da;
/* SwiftUI */
Color(red: 0.925, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#ecd9da")
/* Flutter */
Color(0xFFECD9DA)
/* Python / OpenCV (BGR) */
(218, 217, 236)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. #ecd9da is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F5F6;
--brand-100: #F4ECEC;
--brand-200: #ecd9da;
--brand-300: #DAB4B6;
--brand-400: #C78F92;
--brand-500: #B4696D;
--brand-600: #A35256;
--brand-700: #884448;
--brand-800: #6D3639;
--brand-900: #502A2C;
--brand-950: #321B1C;
--brand: #ecd9da;
--brand-ink: #000000;
}Colors that work with #ecd9da
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 #ecd9da
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 | #D9ECEB | Directly opposite — maximum tension | |
| Analogous left | #ECD9E3 | Neighbour, quieter | |
| Analogous right | #ECE1D9 | Neighbour, quieter | |
| Split-complement 1 | #D9ECE1 | Contrast without the clash | |
| Split-complement 2 | #D9E3EC | Contrast without the clash | |
| Triadic 1 | #DAECD9 | Even thirds — balanced and loud | |
| Triadic 2 | #D9DAEC | Even thirds — balanced and loud | |
| Tetradic | #E3ECD9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ecd9da text on a black background
contrast 15.50:1
#ecd9da text on a white background
contrast 1.35:1
CSS3 live lab
The quick brown fox
color: #ecd9da;
background-color: #ecd9da;
Glowing headline
text-shadow: 2px 2px 8px #ecd9da;
Soft neon halo
text-shadow: 0 0 14px rgba(236, 217, 218, 0.45);
box-shadow: 0 12px 32px -8px rgba(236, 217, 218, 0.45);
border: 3px solid #ecd9da; background: linear-gradient(135deg, #ecd9da, #ECE5D9);
Monochromatic scale
Palettes built from #ecd9da
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: Misty Rose (#ffe4e1) — ΔE2000 4.1 away, with its history, psychology and brand usage.
#ecd9da in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Very light tints can drop out on uncoated stock; check it at 100% size before signing off.
#ecd9da, answered
What color is #ecd9da?
#ecd9da is a pale soft red, closest to Misty Rose (ΔE2000 4.1). It sits at 357° on the hue wheel with 33% saturation and 89% lightness, which reads as warm.
What is the RGB value of #ecd9da?
rgb(236, 217, 218) — 236 red, 217 green and 218 blue out of 255, or 92.5% / 85.1% / 85.5% by channel.
Is #ecd9da a light or a dark color?
It is a light color. Relative luminance is 0.7252 and perceived brightness is 87%, so black text on it reaches 15.50:1.
Should I use black or white text on #ecd9da?
Black. It scores 15.50:1 against #ecd9da, versus 1.35:1 for white — AAA at any size.
What is the complementary color of #ecd9da?
#D9ECEB sits directly opposite on the wheel. Softer options are the split-complements #D9ECE1 and #D9E3EC, which give the same contrast with far less vibration.
What colors go well with #ecd9da?
For interface work: #FAF5F5 as the surface, #E4C9CA for borders, #994D51 for secondary text, #408C76 as an accent and #552B2D for hover and pressed states. For a palette, the analogous pair #ECD9E3 and #ECE1D9 stays calm, while #D9ECEB is the loudest partner.
What is #ecd9da in CMYK for printing?
cmyk(0%, 8%, 8%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ecd9da warm or cool?
Warm — it scores 20 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ECDFD9; nudged cooler, #EDD8E1.