#e4e7eb
a pale, muted blue · cool · closest name: lavender
RGB
228, 231, 235
HSL
214°, 15%, 91%
CMYK
3, 2, 0, 8
Luminance
0.7964
Every format
| HEX | #e4e7eb |
| RGB | rgb(228, 231, 235) |
| HSL | hsl(214, 15%, 91%) |
| CMYK | cmyk(3%, 2%, 0%, 8%) |
| LAB | lab(91.5 -0.3 -2.3) |
| LCH | lch(91.5 2.3 263.0) |
| OKLCH | oklch(0.927 0.006 255.5) |
Copy-ready code
/* CSS */
color: #e4e7eb;
background-color: #e4e7eb;
/* Tailwind (arbitrary) */
class="text-[#e4e7eb] bg-[#e4e7eb]"
/* SCSS */
$brand: #e4e7eb;
/* SwiftUI */
Color(red: 0.894, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#e4e7eb")Accessibility — WCAG contrast
Aa
#e4e7eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e7eb on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green90.6%
Blue92.2%
CMYK percentages
Cyan3.0%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e4e7eb text on a black background
contrast 16.93:1
Card sample
#e4e7eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e7eb;
Background color
Panel with #e4e7eb background
background-color: #e4e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e7eb; background: linear-gradient(135deg, #e4e7eb, #E6E4EB);