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