#e8dafc
a pale, electric violet · warm · closest name: lavender
RGB
232, 218, 252
HSL
265°, 85%, 92%
CMYK
8, 14, 0, 1
Luminance
0.7433
Every format
| HEX | #e8dafc |
| RGB | rgb(232, 218, 252) |
| HSL | hsl(265, 85%, 92%) |
| CMYK | cmyk(8%, 14%, 0%, 1%) |
| LAB | lab(89.1 11.0 -14.8) |
| LCH | lch(89.1 18.4 306.6) |
| OKLCH | oklch(0.910 0.048 304.1) |
Copy-ready code
/* CSS */
color: #e8dafc;
background-color: #e8dafc;
/* Tailwind (arbitrary) */
class="text-[#e8dafc] bg-[#e8dafc]"
/* SCSS */
$brand: #e8dafc;
/* SwiftUI */
Color(red: 0.910, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#e8dafc")Accessibility — WCAG contrast
Aa
#e8dafc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8dafc on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green85.5%
Blue98.8%
CMYK percentages
Cyan7.9%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#e8dafc text on a black background
contrast 15.87:1
Card sample
#e8dafc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8dafc;
Background color
Panel with #e8dafc background
background-color: #e8dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8dafc; background: linear-gradient(135deg, #e8dafc, #FCDAF9);