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