#ee8eb2
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 142, 178
HSL
338°, 74%, 75%
CMYK
0, 40, 25, 7
Luminance
0.4074
Every format
| HEX | #ee8eb2 |
| RGB | rgb(238, 142, 178) |
| HSL | hsl(338, 74%, 75%) |
| CMYK | cmyk(0%, 40%, 25%, 7%) |
| LAB | lab(70.0 40.8 -3.1) |
| LCH | lch(70.0 40.9 355.7) |
| OKLCH | oklch(0.757 0.123 356.5) |
Copy-ready code
/* CSS */
color: #ee8eb2;
background-color: #ee8eb2;
/* Tailwind (arbitrary) */
class="text-[#ee8eb2] bg-[#ee8eb2]"
/* SCSS */
$brand: #ee8eb2;
/* SwiftUI */
Color(red: 0.933, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#ee8eb2")Accessibility — WCAG contrast
Aa
#ee8eb2 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8eb2 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green55.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow25.2%
Key (black)6.7%
Color previews
#ee8eb2 text on a black background
contrast 9.15:1
Card sample
#ee8eb2 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8eb2;
Background color
Panel with #ee8eb2 background
background-color: #ee8eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8eb2; background: linear-gradient(135deg, #ee8eb2, #EEAA8E);