#ee557f
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
238, 85, 127
HSL
344°, 82%, 63%
CMYK
0, 64, 47, 7
Luminance
0.2621
Every format
| HEX | #ee557f |
| RGB | rgb(238, 85, 127) |
| HSL | hsl(344, 82%, 63%) |
| CMYK | cmyk(0%, 64%, 47%, 7%) |
| LAB | lab(58.2 61.9 9.1) |
| LCH | lch(58.2 62.5 8.3) |
| OKLCH | oklch(0.664 0.190 7.2) |
Copy-ready code
/* CSS */
color: #ee557f;
background-color: #ee557f;
/* Tailwind (arbitrary) */
class="text-[#ee557f] bg-[#ee557f]"
/* SCSS */
$brand: #ee557f;
/* SwiftUI */
Color(red: 0.933, green: 0.333, blue: 0.498)
/* Android */
Color.parseColor("#ee557f")Accessibility — WCAG contrast
Aa
#ee557f on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee557f on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green33.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow46.6%
Key (black)6.7%
Color previews
#ee557f text on a black background
contrast 6.24:1
Card sample
#ee557f text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee557f;
Background color
Panel with #ee557f background
background-color: #ee557f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee557f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 85, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 85, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee557f; background: linear-gradient(135deg, #ee557f, #EE9155);