#e8d2df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
232, 210, 223
HSL
325°, 32%, 87%
CMYK
0, 10, 4, 9
Luminance
0.6858
Every format
| HEX | #e8d2df |
| RGB | rgb(232, 210, 223) |
| HSL | hsl(325, 32%, 87%) |
| CMYK | cmyk(0%, 10%, 4%, 9%) |
| LAB | lab(86.3 9.8 -3.6) |
| LCH | lch(86.3 10.5 339.8) |
| OKLCH | oklch(0.886 0.030 341.4) |
Copy-ready code
/* CSS */
color: #e8d2df;
background-color: #e8d2df;
/* Tailwind (arbitrary) */
class="text-[#e8d2df] bg-[#e8d2df]"
/* SCSS */
$brand: #e8d2df;
/* SwiftUI */
Color(red: 0.910, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#e8d2df")Accessibility — WCAG contrast
Aa
#e8d2df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8d2df on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green82.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow3.9%
Key (black)9.0%
Color previews
#e8d2df text on a black background
contrast 14.72:1
Card sample
#e8d2df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8d2df;
Background color
Panel with #e8d2df background
background-color: #e8d2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8d2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8d2df; background: linear-gradient(135deg, #e8d2df, #E8D4D2);