#e2dbfb
a pale, electric blue · warm · closest name: lavender
RGB
226, 219, 251
HSL
253°, 80%, 92%
CMYK
10, 13, 0, 2
Luminance
0.7380
Every format
| HEX | #e2dbfb |
| RGB | rgb(226, 219, 251) |
| HSL | hsl(253, 80%, 92%) |
| CMYK | cmyk(10%, 13%, 0%, 2%) |
| LAB | lab(88.8 8.3 -14.7) |
| LCH | lch(88.8 16.9 299.6) |
| OKLCH | oklch(0.907 0.044 295.5) |
Copy-ready code
/* CSS */
color: #e2dbfb;
background-color: #e2dbfb;
/* Tailwind (arbitrary) */
class="text-[#e2dbfb] bg-[#e2dbfb]"
/* SCSS */
$brand: #e2dbfb;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.984)
/* Android */
Color.parseColor("#e2dbfb")Accessibility — WCAG contrast
Aa
#e2dbfb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dbfb on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue98.4%
CMYK percentages
Cyan10.0%
Magenta12.7%
Yellow0.0%
Key (black)1.6%
Color previews
#e2dbfb text on a black background
contrast 15.76:1
Card sample
#e2dbfb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dbfb;
Background color
Panel with #e2dbfb background
background-color: #e2dbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dbfb; background: linear-gradient(135deg, #e2dbfb, #F7DBFB);