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