#e9daea
a pale, soft magenta / pink · warm · closest name: lavender
RGB
233, 218, 234
HSL
296°, 28%, 89%
CMYK
0, 7, 0, 8
Luminance
0.7341
Every format
| HEX | #e9daea |
| RGB | rgb(233, 218, 234) |
| HSL | hsl(296, 28%, 89%) |
| CMYK | cmyk(0%, 7%, 0%, 8%) |
| LAB | lab(88.6 8.0 -6.0) |
| LCH | lch(88.6 9.9 323.1) |
| OKLCH | oklch(0.905 0.027 323.9) |
Copy-ready code
/* CSS */
color: #e9daea;
background-color: #e9daea;
/* Tailwind (arbitrary) */
class="text-[#e9daea] bg-[#e9daea]"
/* SCSS */
$brand: #e9daea;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.918)
/* Android */
Color.parseColor("#e9daea")Accessibility — WCAG contrast
Aa
#e9daea on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9daea on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.5%
Blue91.8%
CMYK percentages
Cyan0.4%
Magenta6.8%
Yellow0.0%
Key (black)8.2%
Color previews
#e9daea text on a black background
contrast 15.68:1
Card sample
#e9daea text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9daea;
Background color
Panel with #e9daea background
background-color: #e9daea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9daea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 218, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9daea; background: linear-gradient(135deg, #e9daea, #EADAE0);