#eadef0
a pale, soft violet · warm · closest name: lavender
RGB
234, 222, 240
HSL
280°, 38%, 91%
CMYK
3, 8, 0, 6
Luminance
0.7603
Every format
| HEX | #eadef0 |
| RGB | rgb(234, 222, 240) |
| HSL | hsl(280, 38%, 91%) |
| CMYK | cmyk(3%, 8%, 0%, 6%) |
| LAB | lab(89.9 7.3 -7.3) |
| LCH | lch(89.9 10.3 315.0) |
| OKLCH | oklch(0.915 0.027 314.7) |
Copy-ready code
/* CSS */
color: #eadef0;
background-color: #eadef0;
/* Tailwind (arbitrary) */
class="text-[#eadef0] bg-[#eadef0]"
/* SCSS */
$brand: #eadef0;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.941)
/* Android */
Color.parseColor("#eadef0")Accessibility — WCAG contrast
Aa
#eadef0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadef0 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue94.1%
CMYK percentages
Cyan2.5%
Magenta7.5%
Yellow0.0%
Key (black)5.9%
Color previews
#eadef0 text on a black background
contrast 16.21:1
Card sample
#eadef0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadef0;
Background color
Panel with #eadef0 background
background-color: #eadef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadef0; background: linear-gradient(135deg, #eadef0, #F0DEEA);