#e2dbe9
a pale, soft violet · warm · closest name: lavender
RGB
226, 219, 233
HSL
270°, 24%, 89%
CMYK
3, 6, 0, 9
Luminance
0.7271
Every format
| HEX | #e2dbe9 |
| RGB | rgb(226, 219, 233) |
| HSL | hsl(270, 24%, 89%) |
| CMYK | cmyk(3%, 6%, 0%, 9%) |
| LAB | lab(88.3 4.9 -6.0) |
| LCH | lch(88.3 7.8 309.3) |
| OKLCH | oklch(0.901 0.020 308.2) |
Copy-ready code
/* CSS */
color: #e2dbe9;
background-color: #e2dbe9;
/* Tailwind (arbitrary) */
class="text-[#e2dbe9] bg-[#e2dbe9]"
/* SCSS */
$brand: #e2dbe9;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.914)
/* Android */
Color.parseColor("#e2dbe9")Accessibility — WCAG contrast
Aa
#e2dbe9 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dbe9 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue91.4%
CMYK percentages
Cyan3.0%
Magenta6.0%
Yellow0.0%
Key (black)8.6%
Color previews
#e2dbe9 text on a black background
contrast 15.54:1
Card sample
#e2dbe9 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dbe9;
Background color
Panel with #e2dbe9 background
background-color: #e2dbe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dbe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dbe9; background: linear-gradient(135deg, #e2dbe9, #E9DBE7);