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