#880044
a dark, electric magenta / pink · warm · closest name: purple
RGB
136, 0, 68
HSL
330°, 100%, 27%
CMYK
0, 100, 50, 47
Luminance
0.0565
Every format
| HEX | #880044 |
| RGB | rgb(136, 0, 68) |
| HSL | hsl(330, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 50%, 47%) |
| LAB | lab(28.5 53.2 0.8) |
| LCH | lch(28.5 53.2 0.8) |
| OKLCH | oklch(0.405 0.164 0.9) |
Copy-ready code
/* CSS */
color: #880044;
background-color: #880044;
/* Tailwind (arbitrary) */
class="text-[#880044] bg-[#880044]"
/* SCSS */
$brand: #880044;
/* SwiftUI */
Color(red: 0.533, green: 0.000, blue: 0.267)
/* Android */
Color.parseColor("#880044")Accessibility — WCAG contrast
Aa
#880044 on white: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880044 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.0%
Key (black)46.7%
Color previews
#880044 text on a black background
contrast 2.13:1
Card sample
#880044 text on a white background
contrast 9.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880044;
Background color
Panel with #880044 background
background-color: #880044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 0, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 0, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880044; background: linear-gradient(135deg, #880044, #881700);