#e8dfeb
a pale, soft violet · warm · closest name: lavender
RGB
232, 223, 235
HSL
285°, 23%, 90%
CMYK
1, 5, 0, 8
Luminance
0.7593
Every format
| HEX | #e8dfeb |
| RGB | rgb(232, 223, 235) |
| HSL | hsl(285, 23%, 90%) |
| CMYK | cmyk(1%, 5%, 0%, 8%) |
| LAB | lab(89.8 5.2 -4.8) |
| LCH | lch(89.8 7.0 317.5) |
| OKLCH | oklch(0.914 0.019 317.7) |
Copy-ready code
/* CSS */
color: #e8dfeb;
background-color: #e8dfeb;
/* Tailwind (arbitrary) */
class="text-[#e8dfeb] bg-[#e8dfeb]"
/* SCSS */
$brand: #e8dfeb;
/* SwiftUI */
Color(red: 0.910, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#e8dfeb")Accessibility — WCAG contrast
Aa
#e8dfeb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8dfeb on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green87.5%
Blue92.2%
CMYK percentages
Cyan1.3%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e8dfeb text on a black background
contrast 16.19:1
Card sample
#e8dfeb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8dfeb;
Background color
Panel with #e8dfeb background
background-color: #e8dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8dfeb; background: linear-gradient(135deg, #e8dfeb, #EBDFE6);