#e4dbdf
a pale, muted magenta / pink · warm · closest name: lavender
RGB
228, 219, 223
HSL
333°, 14%, 88%
CMYK
0, 4, 2, 11
Luminance
0.7248
Every format
| HEX | #e4dbdf |
| RGB | rgb(228, 219, 223) |
| HSL | hsl(333, 14%, 88%) |
| CMYK | cmyk(0%, 4%, 2%, 11%) |
| LAB | lab(88.2 3.8 -0.9) |
| LCH | lch(88.2 3.9 347.1) |
| OKLCH | oklch(0.900 0.011 348.5) |
Copy-ready code
/* CSS */
color: #e4dbdf;
background-color: #e4dbdf;
/* Tailwind (arbitrary) */
class="text-[#e4dbdf] bg-[#e4dbdf]"
/* SCSS */
$brand: #e4dbdf;
/* SwiftUI */
Color(red: 0.894, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#e4dbdf")Accessibility — WCAG contrast
Aa
#e4dbdf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4dbdf on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow2.2%
Key (black)10.6%
Color previews
#e4dbdf text on a black background
contrast 15.50:1
Card sample
#e4dbdf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4dbdf;
Background color
Panel with #e4dbdf background
background-color: #e4dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4dbdf; background: linear-gradient(135deg, #e4dbdf, #E4DDDB);