#e8daeb
a pale, soft violet · warm · closest name: lavender
RGB
232, 218, 235
HSL
289°, 30%, 89%
CMYK
1, 7, 0, 8
Luminance
0.7330
Every format
| HEX | #e8daeb |
| RGB | rgb(232, 218, 235) |
| HSL | hsl(289, 30%, 89%) |
| CMYK | cmyk(1%, 7%, 0%, 8%) |
| LAB | lab(88.6 7.8 -6.6) |
| LCH | lch(88.6 10.2 319.8) |
| OKLCH | oklch(0.905 0.027 320.2) |
Copy-ready code
/* CSS */
color: #e8daeb;
background-color: #e8daeb;
/* Tailwind (arbitrary) */
class="text-[#e8daeb] bg-[#e8daeb]"
/* SCSS */
$brand: #e8daeb;
/* SwiftUI */
Color(red: 0.910, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#e8daeb")Accessibility — WCAG contrast
Aa
#e8daeb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8daeb on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green85.5%
Blue92.2%
CMYK percentages
Cyan1.3%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e8daeb text on a black background
contrast 15.66:1
Card sample
#e8daeb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8daeb;
Background color
Panel with #e8daeb background
background-color: #e8daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8daeb; background: linear-gradient(135deg, #e8daeb, #EBDAE3);