#880052
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 0, 82
HSL
324°, 100%, 27%
CMYK
0, 100, 40, 47
Luminance
0.0584
Every format
| HEX | #880052 |
| RGB | rgb(136, 0, 82) |
| HSL | hsl(324, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 40%, 47%) |
| LAB | lab(29.0 54.5 -7.8) |
| LCH | lch(29.0 55.1 351.8) |
| OKLCH | oklch(0.411 0.170 353.2) |
Copy-ready code
/* CSS */
color: #880052;
background-color: #880052;
/* Tailwind (arbitrary) */
class="text-[#880052] bg-[#880052]"
/* SCSS */
$brand: #880052;
/* SwiftUI */
Color(red: 0.533, green: 0.000, blue: 0.322)
/* Android */
Color.parseColor("#880052")Accessibility — WCAG contrast
Aa
#880052 on white: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880052 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow39.7%
Key (black)46.7%
Color previews
#880052 text on a black background
contrast 2.17:1
Card sample
#880052 text on a white background
contrast 9.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880052;
Background color
Panel with #880052 background
background-color: #880052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 0, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 0, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880052; background: linear-gradient(135deg, #880052, #880900);