#e2eefd
a pale, electric blue · cool · closest name: lavender
RGB
226, 238, 253
HSL
213°, 87%, 94%
CMYK
11, 6, 0, 1
Luminance
0.8441
Every format
| HEX | #e2eefd |
| RGB | rgb(226, 238, 253) |
| HSL | hsl(213, 87%, 94%) |
| CMYK | cmyk(11%, 6%, 0%, 1%) |
| LAB | lab(93.6 -1.1 -8.6) |
| LCH | lch(93.6 8.7 262.6) |
| OKLCH | oklch(0.945 0.024 253.9) |
Copy-ready code
/* CSS */
color: #e2eefd;
background-color: #e2eefd;
/* Tailwind (arbitrary) */
class="text-[#e2eefd] bg-[#e2eefd]"
/* SCSS */
$brand: #e2eefd;
/* SwiftUI */
Color(red: 0.886, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#e2eefd")Accessibility — WCAG contrast
Aa
#e2eefd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2eefd on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green93.3%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#e2eefd text on a black background
contrast 17.88:1
Card sample
#e2eefd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2eefd;
Background color
Panel with #e2eefd background
background-color: #e2eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2eefd; background: linear-gradient(135deg, #e2eefd, #E8E2FD);