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