#ee5588
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
238, 85, 136
HSL
340°, 82%, 63%
CMYK
0, 64, 43, 7
Luminance
0.2645
Every format
| HEX | #ee5588 |
| RGB | rgb(238, 85, 136) |
| HSL | hsl(340, 82%, 63%) |
| CMYK | cmyk(0%, 64%, 43%, 7%) |
| LAB | lab(58.5 62.7 4.1) |
| LCH | lch(58.5 62.9 3.7) |
| OKLCH | oklch(0.667 0.192 3.4) |
Copy-ready code
/* CSS */
color: #ee5588;
background-color: #ee5588;
/* Tailwind (arbitrary) */
class="text-[#ee5588] bg-[#ee5588]"
/* SCSS */
$brand: #ee5588;
/* SwiftUI */
Color(red: 0.933, green: 0.333, blue: 0.533)
/* Android */
Color.parseColor("#ee5588")Accessibility — WCAG contrast
Aa
#ee5588 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee5588 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow42.9%
Key (black)6.7%
Color previews
#ee5588 text on a black background
contrast 6.29:1
Card sample
#ee5588 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5588;
Background color
Panel with #ee5588 background
background-color: #ee5588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 85, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 85, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5588; background: linear-gradient(135deg, #ee5588, #EE8855);