#880029
a dark, electric magenta / pink · warm · closest name: maroon
RGB
136, 0, 41
HSL
342°, 100%, 27%
CMYK
0, 100, 70, 47
Luminance
0.0539
Every format
| HEX | #880029 |
| RGB | rgb(136, 0, 41) |
| HSL | hsl(342, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 70%, 47%) |
| LAB | lab(27.8 51.4 18.1) |
| LCH | lch(27.8 54.5 19.4) |
| OKLCH | oklch(0.398 0.159 15.6) |
Copy-ready code
/* CSS */
color: #880029;
background-color: #880029;
/* Tailwind (arbitrary) */
class="text-[#880029] bg-[#880029]"
/* SCSS */
$brand: #880029;
/* SwiftUI */
Color(red: 0.533, green: 0.000, blue: 0.161)
/* Android */
Color.parseColor("#880029")Accessibility — WCAG contrast
Aa
#880029 on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880029 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green0.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.9%
Key (black)46.7%
Color previews
#880029 text on a black background
contrast 2.08:1
Card sample
#880029 text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880029;
Background color
Panel with #880029 background
background-color: #880029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 0, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 0, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880029; background: linear-gradient(135deg, #880029, #883200);