#e2ddf6
a pale, vivid blue · warm · closest name: lavender
RGB
226, 221, 246
HSL
252°, 58%, 92%
CMYK
8, 10, 0, 4
Luminance
0.7454
Every format
| HEX | #e2ddf6 |
| RGB | rgb(226, 221, 246) |
| HSL | hsl(252, 58%, 92%) |
| CMYK | cmyk(8%, 10%, 0%, 4%) |
| LAB | lab(89.2 6.3 -11.6) |
| LCH | lch(89.2 13.2 298.7) |
| OKLCH | oklch(0.909 0.034 294.9) |
Copy-ready code
/* CSS */
color: #e2ddf6;
background-color: #e2ddf6;
/* Tailwind (arbitrary) */
class="text-[#e2ddf6] bg-[#e2ddf6]"
/* SCSS */
$brand: #e2ddf6;
/* SwiftUI */
Color(red: 0.886, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#e2ddf6")Accessibility — WCAG contrast
Aa
#e2ddf6 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ddf6 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green86.7%
Blue96.5%
CMYK percentages
Cyan8.1%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#e2ddf6 text on a black background
contrast 15.91:1
Card sample
#e2ddf6 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ddf6;
Background color
Panel with #e2ddf6 background
background-color: #e2ddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ddf6; background: linear-gradient(135deg, #e2ddf6, #F3DDF6);