#e5ddf4
a pale, vivid violet · warm · closest name: lavender
RGB
229, 221, 244
HSL
261°, 51%, 91%
CMYK
6, 9, 0, 4
Luminance
0.7490
Every format
| HEX | #e5ddf4 |
| RGB | rgb(229, 221, 244) |
| HSL | hsl(261, 51%, 91%) |
| CMYK | cmyk(6%, 9%, 0%, 4%) |
| LAB | lab(89.3 6.9 -10.2) |
| LCH | lch(89.3 12.3 304.1) |
| OKLCH | oklch(0.911 0.032 301.6) |
Copy-ready code
/* CSS */
color: #e5ddf4;
background-color: #e5ddf4;
/* Tailwind (arbitrary) */
class="text-[#e5ddf4] bg-[#e5ddf4]"
/* SCSS */
$brand: #e5ddf4;
/* SwiftUI */
Color(red: 0.898, green: 0.867, blue: 0.957)
/* Android */
Color.parseColor("#e5ddf4")Accessibility — WCAG contrast
Aa
#e5ddf4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ddf4 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green86.7%
Blue95.7%
CMYK percentages
Cyan6.1%
Magenta9.4%
Yellow0.0%
Key (black)4.3%
Color previews
#e5ddf4 text on a black background
contrast 15.98:1
Card sample
#e5ddf4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ddf4;
Background color
Panel with #e5ddf4 background
background-color: #e5ddf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ddf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 221, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 221, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ddf4; background: linear-gradient(135deg, #e5ddf4, #F4DDF4);