#e4e7f1
a pale, soft blue · warm · closest name: lavender
RGB
228, 231, 241
HSL
226°, 32%, 92%
CMYK
5, 4, 0, 6
Luminance
0.8000
Every format
| HEX | #e4e7f1 |
| RGB | rgb(228, 231, 241) |
| HSL | hsl(226, 32%, 92%) |
| CMYK | cmyk(5%, 4%, 0%, 6%) |
| LAB | lab(91.7 0.8 -5.2) |
| LCH | lch(91.7 5.3 279.1) |
| OKLCH | oklch(0.929 0.014 272.7) |
Copy-ready code
/* CSS */
color: #e4e7f1;
background-color: #e4e7f1;
/* Tailwind (arbitrary) */
class="text-[#e4e7f1] bg-[#e4e7f1]"
/* SCSS */
$brand: #e4e7f1;
/* SwiftUI */
Color(red: 0.894, green: 0.906, blue: 0.945)
/* Android */
Color.parseColor("#e4e7f1")Accessibility — WCAG contrast
Aa
#e4e7f1 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e7f1 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green90.6%
Blue94.5%
CMYK percentages
Cyan5.4%
Magenta4.1%
Yellow0.0%
Key (black)5.5%
Color previews
#e4e7f1 text on a black background
contrast 17.00:1
Card sample
#e4e7f1 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e7f1;
Background color
Panel with #e4e7f1 background
background-color: #e4e7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 231, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 231, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e7f1; background: linear-gradient(135deg, #e4e7f1, #EAE4F1);