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