#e1d2df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
225, 210, 223
HSL
308°, 20%, 85%
CMYK
0, 7, 1, 12
Luminance
0.6743
Every format
| HEX | #e1d2df |
| RGB | rgb(225, 210, 223) |
| HSL | hsl(308, 20%, 85%) |
| CMYK | cmyk(0%, 7%, 1%, 12%) |
| LAB | lab(85.7 7.5 -4.5) |
| LCH | lch(85.7 8.7 328.7) |
| OKLCH | oklch(0.880 0.024 330.0) |
Copy-ready code
/* CSS */
color: #e1d2df;
background-color: #e1d2df;
/* Tailwind (arbitrary) */
class="text-[#e1d2df] bg-[#e1d2df]"
/* SCSS */
$brand: #e1d2df;
/* SwiftUI */
Color(red: 0.882, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#e1d2df")Accessibility — WCAG contrast
Aa
#e1d2df on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1d2df on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green82.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow0.9%
Key (black)11.8%
Color previews
#e1d2df text on a black background
contrast 14.49:1
Card sample
#e1d2df text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1d2df;
Background color
Panel with #e1d2df background
background-color: #e1d2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1d2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1d2df; background: linear-gradient(135deg, #e1d2df, #E1D2D5);