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