#e4ebfe
a pale, electric blue · cool · closest name: lavender
RGB
228, 235, 254
HSL
224°, 93%, 95%
CMYK
10, 8, 0, 0
Luminance
0.8307
Every format
| HEX | #e4ebfe |
| RGB | rgb(228, 235, 254) |
| HSL | hsl(224, 93%, 95%) |
| CMYK | cmyk(10%, 8%, 0%, 0%) |
| LAB | lab(93.0 1.3 -10.0) |
| LCH | lch(93.0 10.0 277.2) |
| OKLCH | oklch(0.940 0.027 269.7) |
Copy-ready code
/* CSS */
color: #e4ebfe;
background-color: #e4ebfe;
/* Tailwind (arbitrary) */
class="text-[#e4ebfe] bg-[#e4ebfe]"
/* SCSS */
$brand: #e4ebfe;
/* SwiftUI */
Color(red: 0.894, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#e4ebfe")Accessibility — WCAG contrast
Aa
#e4ebfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ebfe on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.2%
Blue99.6%
CMYK percentages
Cyan10.2%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#e4ebfe text on a black background
contrast 17.61:1
Card sample
#e4ebfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ebfe;
Background color
Panel with #e4ebfe background
background-color: #e4ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ebfe; background: linear-gradient(135deg, #e4ebfe, #EEE4FE);