#e9daeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
233, 218, 235
HSL
293°, 30%, 89%
CMYK
1, 7, 0, 8
Luminance
0.7346
Every format
| HEX | #e9daeb |
| RGB | rgb(233, 218, 235) |
| HSL | hsl(293, 30%, 89%) |
| CMYK | cmyk(1%, 7%, 0%, 8%) |
| LAB | lab(88.7 8.1 -6.5) |
| LCH | lch(88.7 10.4 321.6) |
| OKLCH | oklch(0.905 0.028 322.2) |
Copy-ready code
/* CSS */
color: #e9daeb;
background-color: #e9daeb;
/* Tailwind (arbitrary) */
class="text-[#e9daeb] bg-[#e9daeb]"
/* SCSS */
$brand: #e9daeb;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#e9daeb")Accessibility — WCAG contrast
Aa
#e9daeb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9daeb on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.5%
Blue92.2%
CMYK percentages
Cyan0.9%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e9daeb text on a black background
contrast 15.69:1
Card sample
#e9daeb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9daeb;
Background color
Panel with #e9daeb background
background-color: #e9daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9daeb; background: linear-gradient(135deg, #e9daeb, #EBDAE2);