#e2d2df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
226, 210, 223
HSL
311°, 22%, 86%
CMYK
0, 7, 1, 11
Luminance
0.6759
Every format
| HEX | #e2d2df |
| RGB | rgb(226, 210, 223) |
| HSL | hsl(311, 22%, 86%) |
| CMYK | cmyk(0%, 7%, 1%, 11%) |
| LAB | lab(85.8 7.8 -4.4) |
| LCH | lch(85.8 9.0 330.5) |
| OKLCH | oklch(0.880 0.025 332.0) |
Copy-ready code
/* CSS */
color: #e2d2df;
background-color: #e2d2df;
/* Tailwind (arbitrary) */
class="text-[#e2d2df] bg-[#e2d2df]"
/* SCSS */
$brand: #e2d2df;
/* SwiftUI */
Color(red: 0.886, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#e2d2df")Accessibility — WCAG contrast
Aa
#e2d2df on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d2df on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green82.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow1.3%
Key (black)11.4%
Color previews
#e2d2df text on a black background
contrast 14.52:1
Card sample
#e2d2df text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d2df;
Background color
Panel with #e2d2df background
background-color: #e2d2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d2df; background: linear-gradient(135deg, #e2d2df, #E2D2D4);