#e5dfeb
a pale, soft violet · warm · closest name: lavender
RGB
229, 223, 235
HSL
270°, 23%, 90%
CMYK
3, 5, 0, 8
Luminance
0.7543
Every format
| HEX | #e5dfeb |
| RGB | rgb(229, 223, 235) |
| HSL | hsl(270, 23%, 90%) |
| CMYK | cmyk(3%, 5%, 0%, 8%) |
| LAB | lab(89.6 4.2 -5.1) |
| LCH | lch(89.6 6.6 309.3) |
| OKLCH | oklch(0.912 0.017 308.2) |
Copy-ready code
/* CSS */
color: #e5dfeb;
background-color: #e5dfeb;
/* Tailwind (arbitrary) */
class="text-[#e5dfeb] bg-[#e5dfeb]"
/* SCSS */
$brand: #e5dfeb;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#e5dfeb")Accessibility — WCAG contrast
Aa
#e5dfeb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5dfeb on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e5dfeb text on a black background
contrast 16.09:1
Card sample
#e5dfeb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5dfeb;
Background color
Panel with #e5dfeb background
background-color: #e5dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5dfeb; background: linear-gradient(135deg, #e5dfeb, #EBDFE9);