#ee5599
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 85, 153
HSL
333°, 82%, 63%
CMYK
0, 64, 36, 7
Luminance
0.2697
Every format
| HEX | #ee5599 |
| RGB | rgb(238, 85, 153) |
| HSL | hsl(333, 82%, 63%) |
| CMYK | cmyk(0%, 64%, 36%, 7%) |
| LAB | lab(59.0 64.5 -5.1) |
| LCH | lch(59.0 64.7 355.5) |
| OKLCH | oklch(0.672 0.198 356.3) |
Copy-ready code
/* CSS */
color: #ee5599;
background-color: #ee5599;
/* Tailwind (arbitrary) */
class="text-[#ee5599] bg-[#ee5599]"
/* SCSS */
$brand: #ee5599;
/* SwiftUI */
Color(red: 0.933, green: 0.333, blue: 0.600)
/* Android */
Color.parseColor("#ee5599")Accessibility — WCAG contrast
Aa
#ee5599 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee5599 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow35.7%
Key (black)6.7%
Color previews
#ee5599 text on a black background
contrast 6.39:1
Card sample
#ee5599 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5599;
Background color
Panel with #ee5599 background
background-color: #ee5599;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5599;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 85, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 85, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5599; background: linear-gradient(135deg, #ee5599, #EE7755);