#ee0049
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 0, 73
HSL
342°, 100%, 47%
CMYK
0, 100, 69, 7
Luminance
0.1866
Every format
| HEX | #ee0049 |
| RGB | rgb(238, 0, 73) |
| HSL | hsl(342, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 69%, 7%) |
| LAB | lab(50.3 77.6 30.6) |
| LCH | lch(50.3 83.4 21.5) |
| OKLCH | oklch(0.602 0.241 17.1) |
Copy-ready code
/* CSS */
color: #ee0049;
background-color: #ee0049;
/* Tailwind (arbitrary) */
class="text-[#ee0049] bg-[#ee0049]"
/* SCSS */
$brand: #ee0049;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.286)
/* Android */
Color.parseColor("#ee0049")Accessibility — WCAG contrast
Aa
#ee0049 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee0049 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.3%
Key (black)6.7%
Color previews
#ee0049 text on a black background
contrast 4.73:1
Card sample
#ee0049 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee0049;
Background color
Panel with #ee0049 background
background-color: #ee0049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee0049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee0049; background: linear-gradient(135deg, #ee0049, #EE5600);