#eadefb
a pale, electric violet · warm · closest name: lavender
RGB
234, 222, 251
HSL
265°, 78%, 93%
CMYK
7, 12, 0, 2
Luminance
0.7670
Every format
| HEX | #eadefb |
| RGB | rgb(234, 222, 251) |
| HSL | hsl(265, 78%, 93%) |
| CMYK | cmyk(7%, 12%, 0%, 2%) |
| LAB | lab(90.2 9.3 -12.6) |
| LCH | lch(90.2 15.7 306.6) |
| OKLCH | oklch(0.919 0.041 304.3) |
Copy-ready code
/* CSS */
color: #eadefb;
background-color: #eadefb;
/* Tailwind (arbitrary) */
class="text-[#eadefb] bg-[#eadefb]"
/* SCSS */
$brand: #eadefb;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.984)
/* Android */
Color.parseColor("#eadefb")Accessibility — WCAG contrast
Aa
#eadefb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadefb on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue98.4%
CMYK percentages
Cyan6.8%
Magenta11.6%
Yellow0.0%
Key (black)1.6%
Color previews
#eadefb text on a black background
contrast 16.34:1
Card sample
#eadefb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadefb;
Background color
Panel with #eadefb background
background-color: #eadefb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadefb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadefb; background: linear-gradient(135deg, #eadefb, #FBDEF9);