#e5dfee
a pale, soft violet · warm · closest name: lavender
RGB
229, 223, 238
HSL
264°, 31%, 90%
CMYK
4, 6, 0, 7
Luminance
0.7561
Every format
| HEX | #e5dfee |
| RGB | rgb(229, 223, 238) |
| HSL | hsl(264, 31%, 90%) |
| CMYK | cmyk(4%, 6%, 0%, 7%) |
| LAB | lab(89.7 4.7 -6.6) |
| LCH | lch(89.7 8.1 305.8) |
| OKLCH | oklch(0.913 0.021 304.0) |
Copy-ready code
/* CSS */
color: #e5dfee;
background-color: #e5dfee;
/* Tailwind (arbitrary) */
class="text-[#e5dfee] bg-[#e5dfee]"
/* SCSS */
$brand: #e5dfee;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#e5dfee")Accessibility — WCAG contrast
Aa
#e5dfee on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5dfee on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue93.3%
CMYK percentages
Cyan3.8%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#e5dfee text on a black background
contrast 16.12:1
Card sample
#e5dfee text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5dfee;
Background color
Panel with #e5dfee background
background-color: #e5dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5dfee; background: linear-gradient(135deg, #e5dfee, #EEDFED);