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