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