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