#ebd2cf
a pale, soft red · warm · closest name: Misty Rose
At a glance
Every number on this page in one read: what #ebd2cf 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 | #ebd2cf |
| RGB | rgb(235, 210, 207) |
| HSL | hsl(6, 41%, 87%) |
| CMYK | cmyk(0%, 11%, 12%, 8%) |
| LAB | lab(86.1 8.2 4.7) |
| LCH | lch(86.1 9.4 29.6) |
| OKLCH | oklch(0.884 0.028 25.9) |
| Decimal | 15454927 |
| Display P3 | color(display-p3 0.922 0.824 0.812) |
Copy-ready code
/* CSS */
color: #ebd2cf;
background-color: #ebd2cf;
/* Tailwind (arbitrary) */
class="text-[#ebd2cf] bg-[#ebd2cf]"
/* SCSS */
$brand: #ebd2cf;
/* SwiftUI */
Color(red: 0.922, green: 0.824, blue: 0.812)
/* Android */
Color.parseColor("#ebd2cf")
/* Flutter */
Color(0xFFEBD2CF)
/* Python / OpenCV (BGR) */
(207, 210, 235)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. #ebd2cf 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: #FAF5F5;
--brand-100: #F5ECEB;
--brand-200: #ebd2cf;
--brand-300: #DEB5B0;
--brand-400: #CE9088;
--brand-500: #BD6A61;
--brand-600: #AD5348;
--brand-700: #90453C;
--brand-800: #733730;
--brand-900: #542B26;
--brand-950: #351B18;
--brand: #ebd2cf;
--brand-ink: #000000;
}Colors that work with #ebd2cf
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 #ebd2cf
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 | #CFE8EB | Directly opposite — maximum tension | |
| Analogous left | #EBCFDA | Neighbour, quieter | |
| Analogous right | #EBE0CF | Neighbour, quieter | |
| Split-complement 1 | #CFEBE0 | Contrast without the clash | |
| Split-complement 2 | #CFDAEB | Contrast without the clash | |
| Triadic 1 | #CFEBD2 | Even thirds — balanced and loud | |
| Triadic 2 | #D2CFEB | Even thirds — balanced and loud | |
| Tetradic | #DAEBCF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ebd2cf text on a black background
contrast 14.65:1
#ebd2cf text on a white background
contrast 1.43:1
CSS3 live lab
The quick brown fox
color: #ebd2cf;
background-color: #ebd2cf;
Glowing headline
text-shadow: 2px 2px 8px #ebd2cf;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 210, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 210, 207, 0.45);
border: 3px solid #ebd2cf; background: linear-gradient(135deg, #ebd2cf, #EBE5CF);
Monochromatic scale
Palettes built from #ebd2cf
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.
#ebd2cf 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.
#ebd2cf, answered
What color is #ebd2cf?
#ebd2cf is a pale soft red, closest to Misty Rose (ΔE2000 4.1). It sits at 6° on the hue wheel with 41% saturation and 87% lightness, which reads as warm.
What is the RGB value of #ebd2cf?
rgb(235, 210, 207) — 235 red, 210 green and 207 blue out of 255, or 92.2% / 82.4% / 81.2% by channel.
Is #ebd2cf a light or a dark color?
It is a light color. Relative luminance is 0.6826 and perceived brightness is 85%, so black text on it reaches 14.65:1.
Should I use black or white text on #ebd2cf?
Black. It scores 14.65:1 against #ebd2cf, versus 1.43:1 for white — AAA at any size.
What is the complementary color of #ebd2cf?
#CFE8EB sits directly opposite on the wheel. Softer options are the split-complements #CFEBE0 and #CFDAEB, which give the same contrast with far less vibration.
What colors go well with #ebd2cf?
For interface work: #FAF5F4 as the surface, #E7C9C5 for borders, #9B534B for secondary text, #399387 as an accent and #5A2B25 for hover and pressed states. For a palette, the analogous pair #EBCFDA and #EBE0CF stays calm, while #CFE8EB is the loudest partner.
What is #ebd2cf in CMYK for printing?
cmyk(0%, 11%, 12%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ebd2cf warm or cool?
Warm — it scores 13 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EBDACF; nudged cooler, #ECCED6.