#eaddf6
a pale, vivid violet · warm · closest name: lavender
RGB
234, 221, 246
HSL
271°, 58%, 92%
CMYK
5, 10, 0, 4
Luminance
0.7586
Every format
| HEX | #eaddf6 |
| RGB | rgb(234, 221, 246) |
| HSL | hsl(271, 58%, 92%) |
| CMYK | cmyk(5%, 10%, 0%, 4%) |
| LAB | lab(89.8 8.9 -10.6) |
| LCH | lch(89.8 13.8 310.2) |
| OKLCH | oklch(0.915 0.036 308.8) |
Copy-ready code
/* CSS */
color: #eaddf6;
background-color: #eaddf6;
/* Tailwind (arbitrary) */
class="text-[#eaddf6] bg-[#eaddf6]"
/* SCSS */
$brand: #eaddf6;
/* SwiftUI */
Color(red: 0.918, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#eaddf6")Accessibility — WCAG contrast
Aa
#eaddf6 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaddf6 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green86.7%
Blue96.5%
CMYK percentages
Cyan4.9%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#eaddf6 text on a black background
contrast 16.17:1
Card sample
#eaddf6 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaddf6;
Background color
Panel with #eaddf6 background
background-color: #eaddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaddf6; background: linear-gradient(135deg, #eaddf6, #F6DDF1);