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