#e2dbff
a pale, electric blue · warm · closest name: lavender
RGB
226, 219, 255
HSL
252°, 100%, 93%
CMYK
11, 14, 0, 0
Luminance
0.7405
Every format
| HEX | #e2dbff |
| RGB | rgb(226, 219, 255) |
| HSL | hsl(252, 100%, 93%) |
| CMYK | cmyk(11%, 14%, 0%, 0%) |
| LAB | lab(89.0 9.2 -16.6) |
| LCH | lch(89.0 19.0 298.8) |
| OKLCH | oklch(0.908 0.049 294.3) |
Copy-ready code
/* CSS */
color: #e2dbff;
background-color: #e2dbff;
/* Tailwind (arbitrary) */
class="text-[#e2dbff] bg-[#e2dbff]"
/* SCSS */
$brand: #e2dbff;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#e2dbff")Accessibility — WCAG contrast
Aa
#e2dbff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dbff on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue100.0%
CMYK percentages
Cyan11.4%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#e2dbff text on a black background
contrast 15.81:1
Card sample
#e2dbff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dbff;
Background color
Panel with #e2dbff background
background-color: #e2dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dbff; background: linear-gradient(135deg, #e2dbff, #FADBFF);