#e2d8df
a pale, muted magenta / pink · warm · closest name: lavender
RGB
226, 216, 223
HSL
318°, 15%, 87%
CMYK
0, 4, 1, 11
Luminance
0.7061
Every format
| HEX | #e2d8df |
| RGB | rgb(226, 216, 223) |
| HSL | hsl(318, 15%, 87%) |
| CMYK | cmyk(0%, 4%, 1%, 11%) |
| LAB | lab(87.3 4.7 -2.2) |
| LCH | lch(87.3 5.2 334.6) |
| OKLCH | oklch(0.892 0.014 336.2) |
Copy-ready code
/* CSS */
color: #e2d8df;
background-color: #e2d8df;
/* Tailwind (arbitrary) */
class="text-[#e2d8df] bg-[#e2d8df]"
/* SCSS */
$brand: #e2d8df;
/* SwiftUI */
Color(red: 0.886, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#e2d8df")Accessibility — WCAG contrast
Aa
#e2d8df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d8df on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green84.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow1.3%
Key (black)11.4%
Color previews
#e2d8df text on a black background
contrast 15.12:1
Card sample
#e2d8df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d8df;
Background color
Panel with #e2d8df background
background-color: #e2d8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d8df; background: linear-gradient(135deg, #e2d8df, #E2D8D8);