#eeb2cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 178, 207
HSL
331°, 64%, 82%
CMYK
0, 25, 13, 7
Luminance
0.5452
Every format
| HEX | #eeb2cf |
| RGB | rgb(238, 178, 207) |
| HSL | hsl(331, 64%, 82%) |
| CMYK | cmyk(0%, 25%, 13%, 7%) |
| LAB | lab(78.8 26.2 -6.1) |
| LCH | lch(78.8 26.9 346.9) |
| OKLCH | oklch(0.827 0.079 348.4) |
Copy-ready code
/* CSS */
color: #eeb2cf;
background-color: #eeb2cf;
/* Tailwind (arbitrary) */
class="text-[#eeb2cf] bg-[#eeb2cf]"
/* SCSS */
$brand: #eeb2cf;
/* SwiftUI */
Color(red: 0.933, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#eeb2cf")Accessibility — WCAG contrast
Aa
#eeb2cf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb2cf on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green69.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta25.2%
Yellow13.0%
Key (black)6.7%
Color previews
#eeb2cf text on a black background
contrast 11.90:1
Card sample
#eeb2cf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb2cf;
Background color
Panel with #eeb2cf background
background-color: #eeb2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb2cf; background: linear-gradient(135deg, #eeb2cf, #EEBDB2);