#e8ebed
a pale, muted blue · cool · closest name: white
RGB
232, 235, 237
HSL
204°, 12%, 92%
CMYK
2, 1, 0, 7
Luminance
0.8269
Every format
| HEX | #e8ebed |
| RGB | rgb(232, 235, 237) |
| HSL | hsl(204, 12%, 92%) |
| CMYK | cmyk(2%, 1%, 0%, 7%) |
| LAB | lab(92.9 -0.6 -1.3) |
| LCH | lch(92.9 1.5 244.1) |
| OKLCH | oklch(0.938 0.004 236.5) |
Copy-ready code
/* CSS */
color: #e8ebed;
background-color: #e8ebed;
/* Tailwind (arbitrary) */
class="text-[#e8ebed] bg-[#e8ebed]"
/* SCSS */
$brand: #e8ebed;
/* SwiftUI */
Color(red: 0.910, green: 0.922, blue: 0.929)
/* Android */
Color.parseColor("#e8ebed")Accessibility — WCAG contrast
Aa
#e8ebed on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ebed on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green92.2%
Blue92.9%
CMYK percentages
Cyan2.1%
Magenta0.8%
Yellow0.0%
Key (black)7.1%
Color previews
#e8ebed text on a black background
contrast 17.54:1
Card sample
#e8ebed text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ebed;
Background color
Panel with #e8ebed background
background-color: #e8ebed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ebed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 235, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 235, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ebed; background: linear-gradient(135deg, #e8ebed, #E8E8ED);