#e5dbdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
229, 219, 223
HSL
336°, 16%, 88%
CMYK
0, 4, 3, 10
Luminance
0.7265
Every format
| HEX | #e5dbdf |
| RGB | rgb(229, 219, 223) |
| HSL | hsl(336, 16%, 88%) |
| CMYK | cmyk(0%, 4%, 3%, 10%) |
| LAB | lab(88.3 4.1 -0.7) |
| LCH | lch(88.3 4.2 349.8) |
| OKLCH | oklch(0.900 0.012 351.0) |
Copy-ready code
/* CSS */
color: #e5dbdf;
background-color: #e5dbdf;
/* Tailwind (arbitrary) */
class="text-[#e5dbdf] bg-[#e5dbdf]"
/* SCSS */
$brand: #e5dbdf;
/* SwiftUI */
Color(red: 0.898, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#e5dbdf")Accessibility — WCAG contrast
Aa
#e5dbdf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5dbdf on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow2.6%
Key (black)10.2%
Color previews
#e5dbdf text on a black background
contrast 15.53:1
Card sample
#e5dbdf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5dbdf;
Background color
Panel with #e5dbdf background
background-color: #e5dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5dbdf; background: linear-gradient(135deg, #e5dbdf, #E5DEDB);