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