#e1dbdf
a pale, muted magenta / pink · warm · closest name: lavender
RGB
225, 219, 223
HSL
320°, 9%, 87%
CMYK
0, 3, 1, 12
Luminance
0.7200
Every format
| HEX | #e1dbdf |
| RGB | rgb(225, 219, 223) |
| HSL | hsl(320, 9%, 87%) |
| CMYK | cmyk(0%, 3%, 1%, 12%) |
| LAB | lab(88.0 2.8 -1.2) |
| LCH | lch(88.0 3.0 335.9) |
| OKLCH | oklch(0.897 0.008 337.5) |
Copy-ready code
/* CSS */
color: #e1dbdf;
background-color: #e1dbdf;
/* Tailwind (arbitrary) */
class="text-[#e1dbdf] bg-[#e1dbdf]"
/* SCSS */
$brand: #e1dbdf;
/* SwiftUI */
Color(red: 0.882, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#e1dbdf")Accessibility — WCAG contrast
Aa
#e1dbdf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dbdf on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow0.9%
Key (black)11.8%
Color previews
#e1dbdf text on a black background
contrast 15.40:1
Card sample
#e1dbdf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dbdf;
Background color
Panel with #e1dbdf background
background-color: #e1dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dbdf; background: linear-gradient(135deg, #e1dbdf, #E1DBDB);