#ee88aa
a light, electric magenta / pink · warm · closest name: plum
RGB
238, 136, 170
HSL
340°, 75%, 73%
CMYK
0, 43, 29, 7
Luminance
0.3869
Every format
| HEX | #ee88aa |
| RGB | rgb(238, 136, 170) |
| HSL | hsl(340, 75%, 73%) |
| CMYK | cmyk(0%, 43%, 29%, 7%) |
| LAB | lab(68.5 42.8 -0.8) |
| LCH | lch(68.5 42.8 359.0) |
| OKLCH | oklch(0.745 0.130 359.4) |
Copy-ready code
/* CSS */
color: #ee88aa;
background-color: #ee88aa;
/* Tailwind (arbitrary) */
class="text-[#ee88aa] bg-[#ee88aa]"
/* SCSS */
$brand: #ee88aa;
/* SwiftUI */
Color(red: 0.933, green: 0.533, blue: 0.667)
/* Android */
Color.parseColor("#ee88aa")Accessibility — WCAG contrast
Aa
#ee88aa on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee88aa on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green53.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow28.6%
Key (black)6.7%
Color previews
#ee88aa text on a black background
contrast 8.74:1
Card sample
#ee88aa text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee88aa;
Background color
Panel with #ee88aa background
background-color: #ee88aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee88aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 136, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 136, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee88aa; background: linear-gradient(135deg, #ee88aa, #EEAA88);