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