#ee2c76
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 44, 118
HSL
337°, 85%, 55%
CMYK
0, 82, 50, 7
Luminance
0.2129
Every format
| HEX | #ee2c76 |
| RGB | rgb(238, 44, 118) |
| HSL | hsl(337, 85%, 55%) |
| CMYK | cmyk(0%, 82%, 50%, 7%) |
| LAB | lab(53.3 74.3 7.3) |
| LCH | lch(53.3 74.7 5.6) |
| OKLCH | oklch(0.627 0.229 4.8) |
Copy-ready code
/* CSS */
color: #ee2c76;
background-color: #ee2c76;
/* Tailwind (arbitrary) */
class="text-[#ee2c76] bg-[#ee2c76]"
/* SCSS */
$brand: #ee2c76;
/* SwiftUI */
Color(red: 0.933, green: 0.173, blue: 0.463)
/* Android */
Color.parseColor("#ee2c76")Accessibility — WCAG contrast
Aa
#ee2c76 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2c76 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green17.3%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow50.4%
Key (black)6.7%
Color previews
#ee2c76 text on a black background
contrast 5.26:1
Card sample
#ee2c76 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2c76;
Background color
Panel with #ee2c76 background
background-color: #ee2c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 44, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 44, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2c76; background: linear-gradient(135deg, #ee2c76, #EE632C);