#eadef8
a pale, vivid violet · warm · closest name: lavender
RGB
234, 222, 248
HSL
268°, 65%, 92%
CMYK
6, 11, 0, 3
Luminance
0.7651
Every format
| HEX | #eadef8 |
| RGB | rgb(234, 222, 248) |
| HSL | hsl(268, 65%, 92%) |
| CMYK | cmyk(6%, 11%, 0%, 3%) |
| LAB | lab(90.1 8.8 -11.2) |
| LCH | lch(90.1 14.2 308.2) |
| OKLCH | oklch(0.918 0.037 306.4) |
Copy-ready code
/* CSS */
color: #eadef8;
background-color: #eadef8;
/* Tailwind (arbitrary) */
class="text-[#eadef8] bg-[#eadef8]"
/* SCSS */
$brand: #eadef8;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.973)
/* Android */
Color.parseColor("#eadef8")Accessibility — WCAG contrast
Aa
#eadef8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadef8 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue97.3%
CMYK percentages
Cyan5.6%
Magenta10.5%
Yellow0.0%
Key (black)2.7%
Color previews
#eadef8 text on a black background
contrast 16.30:1
Card sample
#eadef8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadef8;
Background color
Panel with #eadef8 background
background-color: #eadef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadef8; background: linear-gradient(135deg, #eadef8, #F8DEF5);