#ececeb
a pale, muted near-white · cool · closest name: white
RGB
236, 236, 235
HSL
60°, 3%, 92%
CMYK
0, 0, 0, 8
Luminance
0.8382
Every format
| HEX | #ececeb |
| RGB | rgb(236, 236, 235) |
| HSL | hsl(60, 3%, 92%) |
| CMYK | cmyk(0%, 0%, 0%, 8%) |
| LAB | lab(93.4 -0.2 0.5) |
| LCH | lch(93.4 0.5 110.6) |
| OKLCH | oklch(0.943 0.001 106.4) |
Copy-ready code
/* CSS */
color: #ececeb;
background-color: #ececeb;
/* Tailwind (arbitrary) */
class="text-[#ececeb] bg-[#ececeb]"
/* SCSS */
$brand: #ececeb;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#ececeb")Accessibility — WCAG contrast
Aa
#ececeb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececeb on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#ececeb text on a black background
contrast 17.76:1
Card sample
#ececeb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececeb;
Background color
Panel with #ececeb background
background-color: #ececeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececeb; background: linear-gradient(135deg, #ececeb, #EBECEB);