#880057
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 0, 87
HSL
322°, 100%, 27%
CMYK
0, 100, 36, 47
Luminance
0.0592
Every format
| HEX | #880057 |
| RGB | rgb(136, 0, 87) |
| HSL | hsl(322, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 36%, 47%) |
| LAB | lab(29.2 55.0 -10.8) |
| LCH | lch(29.2 56.1 348.9) |
| OKLCH | oklch(0.413 0.172 350.5) |
Copy-ready code
/* CSS */
color: #880057;
background-color: #880057;
/* Tailwind (arbitrary) */
class="text-[#880057] bg-[#880057]"
/* SCSS */
$brand: #880057;
/* SwiftUI */
Color(red: 0.533, green: 0.000, blue: 0.341)
/* Android */
Color.parseColor("#880057")Accessibility — WCAG contrast
Aa
#880057 on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880057 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.0%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow36.0%
Key (black)46.7%
Color previews
#880057 text on a black background
contrast 2.18:1
Card sample
#880057 text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880057;
Background color
Panel with #880057 background
background-color: #880057;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880057;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 0, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 0, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880057; background: linear-gradient(135deg, #880057, #880400);