#e5d8df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
229, 216, 223
HSL
328°, 20%, 87%
CMYK
0, 6, 3, 10
Luminance
0.7110
Every format
| HEX | #e5d8df |
| RGB | rgb(229, 216, 223) |
| HSL | hsl(328, 20%, 87%) |
| CMYK | cmyk(0%, 6%, 3%, 10%) |
| LAB | lab(87.5 5.7 -1.8) |
| LCH | lch(87.5 6.0 342.1) |
| OKLCH | oklch(0.895 0.017 343.7) |
Copy-ready code
/* CSS */
color: #e5d8df;
background-color: #e5d8df;
/* Tailwind (arbitrary) */
class="text-[#e5d8df] bg-[#e5d8df]"
/* SCSS */
$brand: #e5d8df;
/* SwiftUI */
Color(red: 0.898, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#e5d8df")Accessibility — WCAG contrast
Aa
#e5d8df on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5d8df on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green84.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow2.6%
Key (black)10.2%
Color previews
#e5d8df text on a black background
contrast 15.22:1
Card sample
#e5d8df text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5d8df;
Background color
Panel with #e5d8df background
background-color: #e5d8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5d8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5d8df; background: linear-gradient(135deg, #e5d8df, #E5DAD8);