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