#e2dffb
a pale, electric blue · warm · closest name: lavender
RGB
226, 223, 251
HSL
246°, 78%, 93%
CMYK
10, 11, 0, 2
Luminance
0.7591
Every format
| HEX | #e2dffb |
| RGB | rgb(226, 223, 251) |
| HSL | hsl(246, 78%, 93%) |
| CMYK | cmyk(10%, 11%, 0%, 2%) |
| LAB | lab(89.8 6.3 -13.2) |
| LCH | lch(89.8 14.6 295.4) |
| OKLCH | oklch(0.914 0.038 290.5) |
Copy-ready code
/* CSS */
color: #e2dffb;
background-color: #e2dffb;
/* Tailwind (arbitrary) */
class="text-[#e2dffb] bg-[#e2dffb]"
/* SCSS */
$brand: #e2dffb;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#e2dffb")Accessibility — WCAG contrast
Aa
#e2dffb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dffb on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green87.5%
Blue98.4%
CMYK percentages
Cyan10.0%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#e2dffb text on a black background
contrast 16.18:1
Card sample
#e2dffb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dffb;
Background color
Panel with #e2dffb background
background-color: #e2dffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dffb; background: linear-gradient(135deg, #e2dffb, #F5DFFB);