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