#e2dbe4
a pale, muted violet · warm · closest name: lavender
RGB
226, 219, 228
HSL
287°, 14%, 88%
CMYK
1, 4, 0, 11
Luminance
0.7243
Every format
| HEX | #e2dbe4 |
| RGB | rgb(226, 219, 228) |
| HSL | hsl(287, 14%, 88%) |
| CMYK | cmyk(1%, 4%, 0%, 11%) |
| LAB | lab(88.2 4.0 -3.5) |
| LCH | lch(88.2 5.3 318.3) |
| OKLCH | oklch(0.900 0.014 318.7) |
Copy-ready code
/* CSS */
color: #e2dbe4;
background-color: #e2dbe4;
/* Tailwind (arbitrary) */
class="text-[#e2dbe4] bg-[#e2dbe4]"
/* SCSS */
$brand: #e2dbe4;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.894)
/* Android */
Color.parseColor("#e2dbe4")Accessibility — WCAG contrast
Aa
#e2dbe4 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dbe4 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue89.4%
CMYK percentages
Cyan0.9%
Magenta3.9%
Yellow0.0%
Key (black)10.6%
Color previews
#e2dbe4 text on a black background
contrast 15.49:1
Card sample
#e2dbe4 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dbe4;
Background color
Panel with #e2dbe4 background
background-color: #e2dbe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dbe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dbe4; background: linear-gradient(135deg, #e2dbe4, #E4DBE0);