#e4ecfd
a pale, electric blue · cool · closest name: lavender
RGB
228, 236, 253
HSL
221°, 86%, 94%
CMYK
10, 7, 0, 1
Luminance
0.8358
Every format
| HEX | #e4ecfd |
| RGB | rgb(228, 236, 253) |
| HSL | hsl(221, 86%, 94%) |
| CMYK | cmyk(10%, 7%, 0%, 1%) |
| LAB | lab(93.3 0.6 -9.1) |
| LCH | lch(93.3 9.1 273.5) |
| OKLCH | oklch(0.942 0.025 265.6) |
Copy-ready code
/* CSS */
color: #e4ecfd;
background-color: #e4ecfd;
/* Tailwind (arbitrary) */
class="text-[#e4ecfd] bg-[#e4ecfd]"
/* SCSS */
$brand: #e4ecfd;
/* SwiftUI */
Color(red: 0.894, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#e4ecfd")Accessibility — WCAG contrast
Aa
#e4ecfd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ecfd on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.5%
Blue99.2%
CMYK percentages
Cyan9.9%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#e4ecfd text on a black background
contrast 17.72:1
Card sample
#e4ecfd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ecfd;
Background color
Panel with #e4ecfd background
background-color: #e4ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ecfd; background: linear-gradient(135deg, #e4ecfd, #EDE4FD);