#e2ddf2
a pale, soft blue · warm · closest name: lavender
RGB
226, 221, 242
HSL
254°, 45%, 91%
CMYK
7, 9, 0, 5
Luminance
0.7429
Every format
| HEX | #e2ddf2 |
| RGB | rgb(226, 221, 242) |
| HSL | hsl(254, 45%, 91%) |
| CMYK | cmyk(7%, 9%, 0%, 5%) |
| LAB | lab(89.1 5.6 -9.6) |
| LCH | lch(89.1 11.1 300.1) |
| OKLCH | oklch(0.908 0.029 296.7) |
Copy-ready code
/* CSS */
color: #e2ddf2;
background-color: #e2ddf2;
/* Tailwind (arbitrary) */
class="text-[#e2ddf2] bg-[#e2ddf2]"
/* SCSS */
$brand: #e2ddf2;
/* SwiftUI */
Color(red: 0.886, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#e2ddf2")Accessibility — WCAG contrast
Aa
#e2ddf2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ddf2 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green86.7%
Blue94.9%
CMYK percentages
Cyan6.6%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#e2ddf2 text on a black background
contrast 15.86:1
Card sample
#e2ddf2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ddf2;
Background color
Panel with #e2ddf2 background
background-color: #e2ddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ddf2; background: linear-gradient(135deg, #e2ddf2, #F0DDF2);