#e2dbe8
a pale, soft violet · warm · closest name: lavender
RGB
226, 219, 232
HSL
272°, 22%, 88%
CMYK
3, 6, 0, 9
Luminance
0.7266
Every format
| HEX | #e2dbe8 |
| RGB | rgb(226, 219, 232) |
| HSL | hsl(272, 22%, 88%) |
| CMYK | cmyk(3%, 6%, 0%, 9%) |
| LAB | lab(88.3 4.7 -5.5) |
| LCH | lch(88.3 7.3 310.6) |
| OKLCH | oklch(0.901 0.019 309.8) |
Copy-ready code
/* CSS */
color: #e2dbe8;
background-color: #e2dbe8;
/* Tailwind (arbitrary) */
class="text-[#e2dbe8] bg-[#e2dbe8]"
/* SCSS */
$brand: #e2dbe8;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.910)
/* Android */
Color.parseColor("#e2dbe8")Accessibility — WCAG contrast
Aa
#e2dbe8 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dbe8 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue91.0%
CMYK percentages
Cyan2.6%
Magenta5.6%
Yellow0.0%
Key (black)9.0%
Color previews
#e2dbe8 text on a black background
contrast 15.53:1
Card sample
#e2dbe8 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dbe8;
Background color
Panel with #e2dbe8 background
background-color: #e2dbe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dbe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dbe8; background: linear-gradient(135deg, #e2dbe8, #E8DBE5);