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