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