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