#e4d0df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
228, 208, 223
HSL
315°, 27%, 86%
CMYK
0, 9, 2, 11
Luminance
0.6693
Every format
| HEX | #e4d0df |
| RGB | rgb(228, 208, 223) |
| HSL | hsl(315, 27%, 86%) |
| CMYK | cmyk(0%, 9%, 2%, 11%) |
| LAB | lab(85.5 9.5 -4.9) |
| LCH | lch(85.5 10.7 332.9) |
| OKLCH | oklch(0.878 0.030 334.4) |
Copy-ready code
/* CSS */
color: #e4d0df;
background-color: #e4d0df;
/* Tailwind (arbitrary) */
class="text-[#e4d0df] bg-[#e4d0df]"
/* SCSS */
$brand: #e4d0df;
/* SwiftUI */
Color(red: 0.894, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#e4d0df")Accessibility — WCAG contrast
Aa
#e4d0df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4d0df on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green81.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow2.2%
Key (black)10.6%
Color previews
#e4d0df text on a black background
contrast 14.39:1
Card sample
#e4d0df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4d0df;
Background color
Panel with #e4d0df background
background-color: #e4d0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4d0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4d0df; background: linear-gradient(135deg, #e4d0df, #E4D0D2);