#e2dfe2
a pale, muted gray · warm · closest name: lavender
RGB
226, 223, 226
HSL
300°, 5%, 88%
CMYK
0, 1, 0, 11
Luminance
0.7444
Every format
| HEX | #e2dfe2 |
| RGB | rgb(226, 223, 226) |
| HSL | hsl(300, 5%, 88%) |
| CMYK | cmyk(0%, 1%, 0%, 11%) |
| LAB | lab(89.1 1.6 -1.1) |
| LCH | lch(89.1 1.9 324.4) |
| OKLCH | oklch(0.907 0.005 325.6) |
Copy-ready code
/* CSS */
color: #e2dfe2;
background-color: #e2dfe2;
/* Tailwind (arbitrary) */
class="text-[#e2dfe2] bg-[#e2dfe2]"
/* SCSS */
$brand: #e2dfe2;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#e2dfe2")Accessibility — WCAG contrast
Aa
#e2dfe2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dfe2 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green87.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#e2dfe2 text on a black background
contrast 15.89:1
Card sample
#e2dfe2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dfe2;
Background color
Panel with #e2dfe2 background
background-color: #e2dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dfe2; background: linear-gradient(135deg, #e2dfe2, #E2DFE0);