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