#e8d5df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
232, 213, 223
HSL
328°, 29%, 87%
CMYK
0, 8, 4, 9
Luminance
0.7007
Every format
| HEX | #e8d5df |
| RGB | rgb(232, 213, 223) |
| HSL | hsl(328, 29%, 87%) |
| CMYK | cmyk(0%, 8%, 4%, 9%) |
| LAB | lab(87.0 8.3 -2.5) |
| LCH | lch(87.0 8.7 342.9) |
| OKLCH | oklch(0.891 0.025 344.5) |
Copy-ready code
/* CSS */
color: #e8d5df;
background-color: #e8d5df;
/* Tailwind (arbitrary) */
class="text-[#e8d5df] bg-[#e8d5df]"
/* SCSS */
$brand: #e8d5df;
/* SwiftUI */
Color(red: 0.910, green: 0.835, blue: 0.875)
/* Android */
Color.parseColor("#e8d5df")Accessibility — WCAG contrast
Aa
#e8d5df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8d5df on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green83.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow3.9%
Key (black)9.0%
Color previews
#e8d5df text on a black background
contrast 15.01:1
Card sample
#e8d5df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8d5df;
Background color
Panel with #e8d5df background
background-color: #e8d5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8d5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 213, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 213, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8d5df; background: linear-gradient(135deg, #e8d5df, #E8D8D5);