#e5e8eb
a pale, muted blue · cool · closest name: white
RGB
229, 232, 235
HSL
210°, 13%, 91%
CMYK
3, 1, 0, 8
Luminance
0.8037
Every format
| HEX | #e5e8eb |
| RGB | rgb(229, 232, 235) |
| HSL | hsl(210, 13%, 91%) |
| CMYK | cmyk(3%, 1%, 0%, 8%) |
| LAB | lab(91.8 -0.5 -1.8) |
| LCH | lch(91.8 1.9 255.7) |
| OKLCH | oklch(0.930 0.005 247.9) |
Copy-ready code
/* CSS */
color: #e5e8eb;
background-color: #e5e8eb;
/* Tailwind (arbitrary) */
class="text-[#e5e8eb] bg-[#e5e8eb]"
/* SCSS */
$brand: #e5e8eb;
/* SwiftUI */
Color(red: 0.898, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#e5e8eb")Accessibility — WCAG contrast
Aa
#e5e8eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5e8eb on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green91.0%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta1.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e5e8eb text on a black background
contrast 17.07:1
Card sample
#e5e8eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5e8eb;
Background color
Panel with #e5e8eb background
background-color: #e5e8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5e8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5e8eb; background: linear-gradient(135deg, #e5e8eb, #E6E5EB);