#ee005c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
238, 0, 92
HSL
337°, 100%, 47%
CMYK
0, 100, 61, 7
Luminance
0.1895
Every format
| HEX | #ee005c |
| RGB | rgb(238, 0, 92) |
| HSL | hsl(337, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 61%, 7%) |
| LAB | lab(50.6 78.5 19.5) |
| LCH | lch(50.6 80.9 13.9) |
| OKLCH | oklch(0.606 0.242 11.4) |
Copy-ready code
/* CSS */
color: #ee005c;
background-color: #ee005c;
/* Tailwind (arbitrary) */
class="text-[#ee005c] bg-[#ee005c]"
/* SCSS */
$brand: #ee005c;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#ee005c")Accessibility — WCAG contrast
Aa
#ee005c on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee005c on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow61.3%
Key (black)6.7%
Color previews
#ee005c text on a black background
contrast 4.79:1
Card sample
#ee005c text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee005c;
Background color
Panel with #ee005c background
background-color: #ee005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee005c; background: linear-gradient(135deg, #ee005c, #EE4300);