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