#e2dbdd
a pale, muted magenta / pink · warm · closest name: lavender
RGB
226, 219, 221
HSL
343°, 11%, 87%
CMYK
0, 3, 2, 11
Luminance
0.7205
Every format
| HEX | #e2dbdd |
| RGB | rgb(226, 219, 221) |
| HSL | hsl(343, 11%, 87%) |
| CMYK | cmyk(0%, 3%, 2%, 11%) |
| LAB | lab(88.0 2.7 -0.1) |
| LCH | lch(88.0 2.7 357.3) |
| OKLCH | oklch(0.897 0.008 357.8) |
Copy-ready code
/* CSS */
color: #e2dbdd;
background-color: #e2dbdd;
/* Tailwind (arbitrary) */
class="text-[#e2dbdd] bg-[#e2dbdd]"
/* SCSS */
$brand: #e2dbdd;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.867)
/* Android */
Color.parseColor("#e2dbdd")Accessibility — WCAG contrast
Aa
#e2dbdd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dbdd on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow2.2%
Key (black)11.4%
Color previews
#e2dbdd text on a black background
contrast 15.41:1
Card sample
#e2dbdd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dbdd;
Background color
Panel with #e2dbdd background
background-color: #e2dbdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dbdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dbdd; background: linear-gradient(135deg, #e2dbdd, #E2DEDB);