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