#e4d2df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
228, 210, 223
HSL
317°, 25%, 86%
CMYK
0, 8, 2, 11
Luminance
0.6791
Every format
| HEX | #e4d2df |
| RGB | rgb(228, 210, 223) |
| HSL | hsl(317, 25%, 86%) |
| CMYK | cmyk(0%, 8%, 2%, 11%) |
| LAB | lab(86.0 8.5 -4.2) |
| LCH | lch(86.0 9.4 333.9) |
| OKLCH | oklch(0.882 0.026 335.5) |
Copy-ready code
/* CSS */
color: #e4d2df;
background-color: #e4d2df;
/* Tailwind (arbitrary) */
class="text-[#e4d2df] bg-[#e4d2df]"
/* SCSS */
$brand: #e4d2df;
/* SwiftUI */
Color(red: 0.894, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#e4d2df")Accessibility — WCAG contrast
Aa
#e4d2df on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4d2df on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green82.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow2.2%
Key (black)10.6%
Color previews
#e4d2df text on a black background
contrast 14.58:1
Card sample
#e4d2df text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4d2df;
Background color
Panel with #e4d2df background
background-color: #e4d2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4d2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4d2df; background: linear-gradient(135deg, #e4d2df, #E4D2D3);