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