#eadeff
a pale, electric violet · warm · closest name: lavender
RGB
234, 222, 255
HSL
262°, 100%, 94%
CMYK
8, 13, 0, 0
Luminance
0.7695
Every format
| HEX | #eadeff |
| RGB | rgb(234, 222, 255) |
| HSL | hsl(262, 100%, 94%) |
| CMYK | cmyk(8%, 13%, 0%, 0%) |
| LAB | lab(90.3 10.1 -14.5) |
| LCH | lch(90.3 17.7 304.9) |
| OKLCH | oklch(0.920 0.046 302.0) |
Copy-ready code
/* CSS */
color: #eadeff;
background-color: #eadeff;
/* Tailwind (arbitrary) */
class="text-[#eadeff] bg-[#eadeff]"
/* SCSS */
$brand: #eadeff;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 1.000)
/* Android */
Color.parseColor("#eadeff")Accessibility — WCAG contrast
Aa
#eadeff on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadeff on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta12.9%
Yellow0.0%
Key (black)0.0%
Color previews
#eadeff text on a black background
contrast 16.39:1
Card sample
#eadeff text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadeff;
Background color
Panel with #eadeff background
background-color: #eadeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadeff; background: linear-gradient(135deg, #eadeff, #FFDEFE);