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