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