#e2e8eb
a pale, soft blue · cool · closest name: white
RGB
226, 232, 235
HSL
200°, 18%, 90%
CMYK
4, 1, 0, 8
Luminance
0.7988
Every format
| HEX | #e2e8eb |
| RGB | rgb(226, 232, 235) |
| HSL | hsl(200, 18%, 90%) |
| CMYK | cmyk(4%, 1%, 0%, 8%) |
| LAB | lab(91.6 -1.4 -2.1) |
| LCH | lch(91.6 2.6 236.0) |
| OKLCH | oklch(0.927 0.008 228.9) |
Copy-ready code
/* CSS */
color: #e2e8eb;
background-color: #e2e8eb;
/* Tailwind (arbitrary) */
class="text-[#e2e8eb] bg-[#e2e8eb]"
/* SCSS */
$brand: #e2e8eb;
/* SwiftUI */
Color(red: 0.886, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#e2e8eb")Accessibility — WCAG contrast
Aa
#e2e8eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e8eb on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green91.0%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta1.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e2e8eb text on a black background
contrast 16.98:1
Card sample
#e2e8eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e8eb;
Background color
Panel with #e2e8eb background
background-color: #e2e8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e8eb; background: linear-gradient(135deg, #e2e8eb, #E2E2EB);