#e9ecea
a pale, muted near-white · cool · closest name: white
RGB
233, 236, 234
HSL
140°, 7%, 92%
CMYK
1, 0, 1, 8
Luminance
0.8326
Every format
| HEX | #e9ecea |
| RGB | rgb(233, 236, 234) |
| HSL | hsl(140, 7%, 92%) |
| CMYK | cmyk(1%, 0%, 1%, 8%) |
| LAB | lab(93.1 -1.4 0.6) |
| LCH | lch(93.1 1.5 155.5) |
| OKLCH | oklch(0.940 0.004 157.2) |
Copy-ready code
/* CSS */
color: #e9ecea;
background-color: #e9ecea;
/* Tailwind (arbitrary) */
class="text-[#e9ecea] bg-[#e9ecea]"
/* SCSS */
$brand: #e9ecea;
/* SwiftUI */
Color(red: 0.914, green: 0.925, blue: 0.918)
/* Android */
Color.parseColor("#e9ecea")Accessibility — WCAG contrast
Aa
#e9ecea on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ecea on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green92.5%
Blue91.8%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow0.8%
Key (black)7.5%
Color previews
#e9ecea text on a black background
contrast 17.65:1
Card sample
#e9ecea text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ecea;
Background color
Panel with #e9ecea background
background-color: #e9ecea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ecea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 236, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 236, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ecea; background: linear-gradient(135deg, #e9ecea, #E9ECEC);