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