#e5ddf3
a pale, vivid violet · warm · closest name: lavender
RGB
229, 221, 243
HSL
262°, 48%, 91%
CMYK
6, 9, 0, 5
Luminance
0.7484
Every format
| HEX | #e5ddf3 |
| RGB | rgb(229, 221, 243) |
| HSL | hsl(262, 48%, 91%) |
| CMYK | cmyk(6%, 9%, 0%, 5%) |
| LAB | lab(89.3 6.7 -9.7) |
| LCH | lch(89.3 11.8 304.7) |
| OKLCH | oklch(0.910 0.031 302.3) |
Copy-ready code
/* CSS */
color: #e5ddf3;
background-color: #e5ddf3;
/* Tailwind (arbitrary) */
class="text-[#e5ddf3] bg-[#e5ddf3]"
/* SCSS */
$brand: #e5ddf3;
/* SwiftUI */
Color(red: 0.898, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#e5ddf3")Accessibility — WCAG contrast
Aa
#e5ddf3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ddf3 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green86.7%
Blue95.3%
CMYK percentages
Cyan5.8%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#e5ddf3 text on a black background
contrast 15.97:1
Card sample
#e5ddf3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ddf3;
Background color
Panel with #e5ddf3 background
background-color: #e5ddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ddf3; background: linear-gradient(135deg, #e5ddf3, #F3DDF2);