#eadef5
a pale, vivid violet · warm · closest name: lavender
RGB
234, 222, 245
HSL
271°, 54%, 92%
CMYK
5, 9, 0, 4
Luminance
0.7633
Every format
| HEX | #eadef5 |
| RGB | rgb(234, 222, 245) |
| HSL | hsl(271, 54%, 92%) |
| CMYK | cmyk(5%, 9%, 0%, 4%) |
| LAB | lab(90.0 8.2 -9.7) |
| LCH | lch(90.0 12.7 310.2) |
| OKLCH | oklch(0.917 0.033 309.0) |
Copy-ready code
/* CSS */
color: #eadef5;
background-color: #eadef5;
/* Tailwind (arbitrary) */
class="text-[#eadef5] bg-[#eadef5]"
/* SCSS */
$brand: #eadef5;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.961)
/* Android */
Color.parseColor("#eadef5")Accessibility — WCAG contrast
Aa
#eadef5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadef5 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue96.1%
CMYK percentages
Cyan4.5%
Magenta9.4%
Yellow0.0%
Key (black)3.9%
Color previews
#eadef5 text on a black background
contrast 16.27:1
Card sample
#eadef5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadef5;
Background color
Panel with #eadef5 background
background-color: #eadef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadef5; background: linear-gradient(135deg, #eadef5, #F5DEF1);