#eadef7
a pale, vivid violet · warm · closest name: lavender
RGB
234, 222, 247
HSL
269°, 61%, 92%
CMYK
5, 10, 0, 3
Luminance
0.7645
Every format
| HEX | #eadef7 |
| RGB | rgb(234, 222, 247) |
| HSL | hsl(269, 61%, 92%) |
| CMYK | cmyk(5%, 10%, 0%, 3%) |
| LAB | lab(90.1 8.6 -10.7) |
| LCH | lch(90.1 13.7 308.8) |
| OKLCH | oklch(0.918 0.036 307.2) |
Copy-ready code
/* CSS */
color: #eadef7;
background-color: #eadef7;
/* Tailwind (arbitrary) */
class="text-[#eadef7] bg-[#eadef7]"
/* SCSS */
$brand: #eadef7;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.969)
/* Android */
Color.parseColor("#eadef7")Accessibility — WCAG contrast
Aa
#eadef7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadef7 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue96.9%
CMYK percentages
Cyan5.3%
Magenta10.1%
Yellow0.0%
Key (black)3.1%
Color previews
#eadef7 text on a black background
contrast 16.29:1
Card sample
#eadef7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadef7;
Background color
Panel with #eadef7 background
background-color: #eadef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadef7; background: linear-gradient(135deg, #eadef7, #F7DEF3);