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