#eeb0cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 176, 207
HSL
330°, 65%, 81%
CMYK
0, 26, 13, 7
Luminance
0.5373
Every format
| HEX | #eeb0cf |
| RGB | rgb(238, 176, 207) |
| HSL | hsl(330, 65%, 81%) |
| CMYK | cmyk(0%, 26%, 13%, 7%) |
| LAB | lab(78.3 27.3 -6.8) |
| LCH | lch(78.3 28.1 346.0) |
| OKLCH | oklch(0.824 0.082 347.6) |
Copy-ready code
/* CSS */
color: #eeb0cf;
background-color: #eeb0cf;
/* Tailwind (arbitrary) */
class="text-[#eeb0cf] bg-[#eeb0cf]"
/* SCSS */
$brand: #eeb0cf;
/* SwiftUI */
Color(red: 0.933, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#eeb0cf")Accessibility — WCAG contrast
Aa
#eeb0cf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb0cf on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow13.0%
Key (black)6.7%
Color previews
#eeb0cf text on a black background
contrast 11.75:1
Card sample
#eeb0cf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb0cf;
Background color
Panel with #eeb0cf background
background-color: #eeb0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb0cf; background: linear-gradient(135deg, #eeb0cf, #EEBAB0);