#e4e8fd
a pale, electric blue · warm · “lavender”
RGB
228, 232, 253
HSL
230°, 86%, 94%
CMYK
10, 8, 0, 1
Luminance
0.8130
Every format
| HEX | #e4e8fd |
| RGB | rgb(228, 232, 253) |
| HSL | hsl(230, 86%, 94%) |
| CMYK | cmyk(10%, 8%, 0%, 1%) |
| LAB | lab(92.3 2.6 -10.6) |
| LCH | lch(92.3 10.9 283.8) |
| OKLCH | oklch(0.934 0.029 277.2) |
Copy-ready code
/* CSS */
color: #e4e8fd;
background-color: #e4e8fd;
/* Tailwind (arbitrary) */
class="text-[#e4e8fd] bg-[#e4e8fd]"
/* SCSS */
$brand: #e4e8fd;
/* SwiftUI */
Color(red: 0.894, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#e4e8fd")Accessibility — WCAG contrast
Aa
#e4e8fd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e8fd on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green91.0%
Blue99.2%
CMYK percentages
Cyan9.9%
Magenta8.3%
Yellow0.0%
Key (black)0.8%
Color previews
#e4e8fd text on a black background
contrast 17.26:1
Card sample
#e4e8fd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e8fd;
Background color
Panel with #e4e8fd background
background-color: #e4e8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e8fd; background: linear-gradient(135deg, #e4e8fd, #F1E4FD);