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