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