#eadef4
a pale, vivid violet · warm · closest name: lavender
RGB
234, 222, 244
HSL
273°, 50%, 91%
CMYK
4, 9, 0, 4
Luminance
0.7627
Every format
| HEX | #eadef4 |
| RGB | rgb(234, 222, 244) |
| HSL | hsl(273, 50%, 91%) |
| CMYK | cmyk(4%, 9%, 0%, 4%) |
| LAB | lab(90.0 8.0 -9.2) |
| LCH | lch(90.0 12.2 311.0) |
| OKLCH | oklch(0.917 0.032 309.9) |
Copy-ready code
/* CSS */
color: #eadef4;
background-color: #eadef4;
/* Tailwind (arbitrary) */
class="text-[#eadef4] bg-[#eadef4]"
/* SCSS */
$brand: #eadef4;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#eadef4")Accessibility — WCAG contrast
Aa
#eadef4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadef4 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue95.7%
CMYK percentages
Cyan4.1%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#eadef4 text on a black background
contrast 16.25:1
Card sample
#eadef4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadef4;
Background color
Panel with #eadef4 background
background-color: #eadef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadef4; background: linear-gradient(135deg, #eadef4, #F4DEEF);