#e9daed
a pale, soft violet · neutral · closest name: Lavender
At a glance
Every number on this page in one read: what #e9daed is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #e9daed |
| RGB | rgb(233, 218, 237) |
| HSL | hsl(287, 35%, 89%) |
| CMYK | cmyk(2%, 8%, 0%, 7%) |
| LAB | lab(88.7 8.5 -7.4) |
| LCH | lch(88.7 11.3 318.8) |
| OKLCH | oklch(0.906 0.030 319.1) |
| Decimal | 15325933 |
| Display P3 | color(display-p3 0.914 0.855 0.929) |
Copy-ready code
/* CSS */
color: #e9daed;
background-color: #e9daed;
/* Tailwind (arbitrary) */
class="text-[#e9daed] bg-[#e9daed]"
/* SCSS */
$brand: #e9daed;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.929)
/* Android */
Color.parseColor("#e9daed")
/* Flutter */
Color(0xFFE9DAED)
/* Python / OpenCV (BGR) */
(237, 218, 233)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. #e9daed 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: #F9F5F9;
--brand-100: #F2ECF4;
--brand-200: #e9daed;
--brand-300: #D2B4DA;
--brand-400: #BC8EC8;
--brand-500: #A568B6;
--brand-600: #9350A5;
--brand-700: #7A4389;
--brand-800: #62356E;
--brand-900: #482A51;
--brand-950: #2D1A32;
--brand: #e9daed;
--brand-ink: #000000;
}Colors that work with #e9daed
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 #e9daed
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 | #DEEDDA | Directly opposite — maximum tension | |
| Analogous left | #DFDAED | Neighbour, quieter | |
| Analogous right | #EDDAE7 | Neighbour, quieter | |
| Split-complement 1 | #E7EDDA | Contrast without the clash | |
| Split-complement 2 | #DAEDDF | Contrast without the clash | |
| Triadic 1 | #EDE9DA | Even thirds — balanced and loud | |
| Triadic 2 | #DAEDE9 | Even thirds — balanced and loud | |
| Tetradic | #EDDFDA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#e9daed text on a black background
contrast 15.72:1
#e9daed text on a white background
contrast 1.34:1
CSS3 live lab
The quick brown fox
color: #e9daed;
background-color: #e9daed;
Glowing headline
text-shadow: 2px 2px 8px #e9daed;
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 237, 0.45);
box-shadow: 0 12px 32px -8px rgba(233, 218, 237, 0.45);
border: 3px solid #e9daed; background: linear-gradient(135deg, #e9daed, #EDDAE4);
Monochromatic scale
Palettes built from #e9daed
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: Lavender (#e6e6fa) — ΔE2000 6.3 away, with its history, psychology and brand usage.
#e9daed 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.
#e9daed, answered
What color is #e9daed?
#e9daed is a pale soft violet, closest to Lavender (ΔE2000 6.3). It sits at 287° on the hue wheel with 35% saturation and 89% lightness, which reads as neutral.
What is the RGB value of #e9daed?
rgb(233, 218, 237) — 233 red, 218 green and 237 blue out of 255, or 91.4% / 85.5% / 92.9% by channel.
Is #e9daed a light or a dark color?
It is a light color. Relative luminance is 0.7358 and perceived brightness is 88%, so black text on it reaches 15.72:1.
Should I use black or white text on #e9daed?
Black. It scores 15.72:1 against #e9daed, versus 1.34:1 for white — AAA at any size.
What is the complementary color of #e9daed?
#DEEDDA sits directly opposite on the wheel. Softer options are the split-complements #E7EDDA and #DAEDDF, which give the same contrast with far less vibration.
What colors go well with #e9daed?
For interface work: #F9F5FA as the surface, #DEC8E4 for borders, #8A4B9A for secondary text, #648D3F as an accent and #4D2A56 for hover and pressed states. For a palette, the analogous pair #DFDAED and #EDDAE7 stays calm, while #DEEDDA is the loudest partner.
What is #e9daed in CMYK for printing?
cmyk(2%, 8%, 0%, 7%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #e9daed warm or cool?
Neutral — it scores 57 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EDDAEA; nudged cooler, #E2D9EE.