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