#e2daeb
a pale, soft violet · warm · closest name: lavender
RGB
226, 218, 235
HSL
268°, 30%, 89%
CMYK
4, 7, 0, 8
Luminance
0.7231
Every format
| HEX | #e2daeb |
| RGB | rgb(226, 218, 235) |
| HSL | hsl(268, 30%, 89%) |
| CMYK | cmyk(4%, 7%, 0%, 8%) |
| LAB | lab(88.1 5.8 -7.3) |
| LCH | lch(88.1 9.3 308.4) |
| OKLCH | oklch(0.900 0.025 306.9) |
Copy-ready code
/* CSS */
color: #e2daeb;
background-color: #e2daeb;
/* Tailwind (arbitrary) */
class="text-[#e2daeb] bg-[#e2daeb]"
/* SCSS */
$brand: #e2daeb;
/* SwiftUI */
Color(red: 0.886, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#e2daeb")Accessibility — WCAG contrast
Aa
#e2daeb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2daeb on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.5%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e2daeb text on a black background
contrast 15.46:1
Card sample
#e2daeb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2daeb;
Background color
Panel with #e2daeb background
background-color: #e2daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2daeb; background: linear-gradient(135deg, #e2daeb, #EBDAE9);