#e4ebf1
a pale, soft blue · cool · closest name: lavender
RGB
228, 235, 241
HSL
208°, 32%, 92%
CMYK
5, 3, 0, 6
Luminance
0.8226
Every format
| HEX | #e4ebf1 |
| RGB | rgb(228, 235, 241) |
| HSL | hsl(208, 32%, 92%) |
| CMYK | cmyk(5%, 3%, 0%, 6%) |
| LAB | lab(92.7 -1.2 -3.7) |
| LCH | lch(92.7 3.9 251.8) |
| OKLCH | oklch(0.936 0.011 243.7) |
Copy-ready code
/* CSS */
color: #e4ebf1;
background-color: #e4ebf1;
/* Tailwind (arbitrary) */
class="text-[#e4ebf1] bg-[#e4ebf1]"
/* SCSS */
$brand: #e4ebf1;
/* SwiftUI */
Color(red: 0.894, green: 0.922, blue: 0.945)
/* Android */
Color.parseColor("#e4ebf1")Accessibility — WCAG contrast
Aa
#e4ebf1 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ebf1 on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.2%
Blue94.5%
CMYK percentages
Cyan5.4%
Magenta2.5%
Yellow0.0%
Key (black)5.5%
Color previews
#e4ebf1 text on a black background
contrast 17.45:1
Card sample
#e4ebf1 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ebf1;
Background color
Panel with #e4ebf1 background
background-color: #e4ebf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ebf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 235, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 235, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ebf1; background: linear-gradient(135deg, #e4ebf1, #E6E4F1);