#eadef2
a pale, soft violet · warm · closest name: lavender
RGB
234, 222, 242
HSL
276°, 44%, 91%
CMYK
3, 8, 0, 5
Luminance
0.7615
Every format
| HEX | #eadef2 |
| RGB | rgb(234, 222, 242) |
| HSL | hsl(276, 44%, 91%) |
| CMYK | cmyk(3%, 8%, 0%, 5%) |
| LAB | lab(89.9 7.7 -8.3) |
| LCH | lch(89.9 11.3 312.8) |
| OKLCH | oklch(0.916 0.030 312.1) |
Copy-ready code
/* CSS */
color: #eadef2;
background-color: #eadef2;
/* Tailwind (arbitrary) */
class="text-[#eadef2] bg-[#eadef2]"
/* SCSS */
$brand: #eadef2;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.949)
/* Android */
Color.parseColor("#eadef2")Accessibility — WCAG contrast
Aa
#eadef2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadef2 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue94.9%
CMYK percentages
Cyan3.3%
Magenta8.3%
Yellow0.0%
Key (black)5.1%
Color previews
#eadef2 text on a black background
contrast 16.23:1
Card sample
#eadef2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadef2;
Background color
Panel with #eadef2 background
background-color: #eadef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadef2; background: linear-gradient(135deg, #eadef2, #F2DEED);