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