#e4eef1
a pale, soft cyan · cool · closest name: white
RGB
228, 238, 241
HSL
194°, 32%, 92%
CMYK
5, 1, 0, 6
Luminance
0.8399
Every format
| HEX | #e4eef1 |
| RGB | rgb(228, 238, 241) |
| HSL | hsl(194, 32%, 92%) |
| CMYK | cmyk(5%, 1%, 0%, 6%) |
| LAB | lab(93.5 -2.8 -2.6) |
| LCH | lch(93.5 3.8 223.4) |
| OKLCH | oklch(0.943 0.011 217.5) |
Copy-ready code
/* CSS */
color: #e4eef1;
background-color: #e4eef1;
/* Tailwind (arbitrary) */
class="text-[#e4eef1] bg-[#e4eef1]"
/* SCSS */
$brand: #e4eef1;
/* SwiftUI */
Color(red: 0.894, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#e4eef1")Accessibility — WCAG contrast
Aa
#e4eef1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4eef1 on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green93.3%
Blue94.5%
CMYK percentages
Cyan5.4%
Magenta1.2%
Yellow0.0%
Key (black)5.5%
Color previews
#e4eef1 text on a black background
contrast 17.80:1
Card sample
#e4eef1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4eef1;
Background color
Panel with #e4eef1 background
background-color: #e4eef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4eef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 238, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 238, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4eef1; background: linear-gradient(135deg, #e4eef1, #E4E5F1);