#e5dcdf
a pale, muted magenta / pink · warm · closest name: lavender
RGB
229, 220, 223
HSL
340°, 15%, 88%
CMYK
0, 4, 3, 10
Luminance
0.7317
Every format
| HEX | #e5dcdf |
| RGB | rgb(229, 220, 223) |
| HSL | hsl(340, 15%, 88%) |
| CMYK | cmyk(0%, 4%, 3%, 10%) |
| LAB | lab(88.5 3.6 -0.4) |
| LCH | lch(88.5 3.6 354.1) |
| OKLCH | oklch(0.902 0.011 354.9) |
Copy-ready code
/* CSS */
color: #e5dcdf;
background-color: #e5dcdf;
/* Tailwind (arbitrary) */
class="text-[#e5dcdf] bg-[#e5dcdf]"
/* SCSS */
$brand: #e5dcdf;
/* SwiftUI */
Color(red: 0.898, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#e5dcdf")Accessibility — WCAG contrast
Aa
#e5dcdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5dcdf on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow2.6%
Key (black)10.2%
Color previews
#e5dcdf text on a black background
contrast 15.63:1
Card sample
#e5dcdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5dcdf;
Background color
Panel with #e5dcdf background
background-color: #e5dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5dcdf; background: linear-gradient(135deg, #e5dcdf, #E5DFDC);