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