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