#eaddf3
a pale, vivid violet · warm · closest name: lavender
RGB
234, 221, 243
HSL
276°, 48%, 91%
CMYK
4, 9, 0, 5
Luminance
0.7568
Every format
| HEX | #eaddf3 |
| RGB | rgb(234, 221, 243) |
| HSL | hsl(276, 48%, 91%) |
| CMYK | cmyk(4%, 9%, 0%, 5%) |
| LAB | lab(89.7 8.4 -9.1) |
| LCH | lch(89.7 12.4 312.5) |
| OKLCH | oklch(0.914 0.033 311.7) |
Copy-ready code
/* CSS */
color: #eaddf3;
background-color: #eaddf3;
/* Tailwind (arbitrary) */
class="text-[#eaddf3] bg-[#eaddf3]"
/* SCSS */
$brand: #eaddf3;
/* SwiftUI */
Color(red: 0.918, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#eaddf3")Accessibility — WCAG contrast
Aa
#eaddf3 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaddf3 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green86.7%
Blue95.3%
CMYK percentages
Cyan3.7%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#eaddf3 text on a black background
contrast 16.14:1
Card sample
#eaddf3 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaddf3;
Background color
Panel with #eaddf3 background
background-color: #eaddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaddf3; background: linear-gradient(135deg, #eaddf3, #F3DDED);