#eaddf8
a pale, vivid violet · warm · closest name: lavender
RGB
234, 221, 248
HSL
269°, 66%, 92%
CMYK
6, 11, 0, 3
Luminance
0.7598
Every format
| HEX | #eaddf8 |
| RGB | rgb(234, 221, 248) |
| HSL | hsl(269, 66%, 92%) |
| CMYK | cmyk(6%, 11%, 0%, 3%) |
| LAB | lab(89.8 9.3 -11.5) |
| LCH | lch(89.8 14.8 308.9) |
| OKLCH | oklch(0.916 0.039 307.2) |
Copy-ready code
/* CSS */
color: #eaddf8;
background-color: #eaddf8;
/* Tailwind (arbitrary) */
class="text-[#eaddf8] bg-[#eaddf8]"
/* SCSS */
$brand: #eaddf8;
/* SwiftUI */
Color(red: 0.918, green: 0.867, blue: 0.973)
/* Android */
Color.parseColor("#eaddf8")Accessibility — WCAG contrast
Aa
#eaddf8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaddf8 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green86.7%
Blue97.3%
CMYK percentages
Cyan5.6%
Magenta10.9%
Yellow0.0%
Key (black)2.7%
Color previews
#eaddf8 text on a black background
contrast 16.20:1
Card sample
#eaddf8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaddf8;
Background color
Panel with #eaddf8 background
background-color: #eaddf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaddf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 221, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 221, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaddf8; background: linear-gradient(135deg, #eaddf8, #F8DDF4);