#e4ddf5
a pale, vivid violet · warm · closest name: lavender
RGB
228, 221, 245
HSL
258°, 55%, 91%
CMYK
7, 10, 0, 4
Luminance
0.7480
Every format
| HEX | #e4ddf5 |
| RGB | rgb(228, 221, 245) |
| HSL | hsl(258, 55%, 91%) |
| CMYK | cmyk(7%, 10%, 0%, 4%) |
| LAB | lab(89.3 6.8 -10.8) |
| LCH | lch(89.3 12.8 302.1) |
| OKLCH | oklch(0.910 0.033 299.1) |
Copy-ready code
/* CSS */
color: #e4ddf5;
background-color: #e4ddf5;
/* Tailwind (arbitrary) */
class="text-[#e4ddf5] bg-[#e4ddf5]"
/* SCSS */
$brand: #e4ddf5;
/* SwiftUI */
Color(red: 0.894, green: 0.867, blue: 0.961)
/* Android */
Color.parseColor("#e4ddf5")Accessibility — WCAG contrast
Aa
#e4ddf5 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ddf5 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green86.7%
Blue96.1%
CMYK percentages
Cyan6.9%
Magenta9.8%
Yellow0.0%
Key (black)3.9%
Color previews
#e4ddf5 text on a black background
contrast 15.96:1
Card sample
#e4ddf5 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ddf5;
Background color
Panel with #e4ddf5 background
background-color: #e4ddf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ddf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 221, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 221, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ddf5; background: linear-gradient(135deg, #e4ddf5, #F4DDF5);