#880077
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 0, 119
HSL
308°, 100%, 27%
CMYK
0, 100, 13, 47
Luminance
0.0657
Every format
| HEX | #880077 |
| RGB | rgb(136, 0, 119) |
| HSL | hsl(308, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 13%, 47%) |
| LAB | lab(30.8 59.0 -29.1) |
| LCH | lch(30.8 65.8 333.8) |
| OKLCH | oklch(0.429 0.191 335.3) |
Copy-ready code
/* CSS */
color: #880077;
background-color: #880077;
/* Tailwind (arbitrary) */
class="text-[#880077] bg-[#880077]"
/* SCSS */
$brand: #880077;
/* SwiftUI */
Color(red: 0.533, green: 0.000, blue: 0.467)
/* Android */
Color.parseColor("#880077")Accessibility — WCAG contrast
Aa
#880077 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880077 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow12.5%
Key (black)46.7%
Color previews
#880077 text on a black background
contrast 2.31:1
Card sample
#880077 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880077;
Background color
Panel with #880077 background
background-color: #880077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 0, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 0, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880077; background: linear-gradient(135deg, #880077, #88001C);