#580421
a deep, electric magenta / pink · warm · closest name: maroon
RGB
88, 4, 33
HSL
339°, 91%, 18%
CMYK
0, 96, 63, 66
Luminance
0.0227
Every format
| HEX | #580421 |
| RGB | rgb(88, 4, 33) |
| HSL | hsl(339, 91%, 18%) |
| CMYK | cmyk(0%, 96%, 63%, 66%) |
| LAB | lab(16.9 37.1 7.2) |
| LCH | lch(16.9 37.8 10.9) |
| OKLCH | oklch(0.298 0.114 9.1) |
Copy-ready code
/* CSS */
color: #580421;
background-color: #580421;
/* Tailwind (arbitrary) */
class="text-[#580421] bg-[#580421]"
/* SCSS */
$brand: #580421;
/* SwiftUI */
Color(red: 0.345, green: 0.016, blue: 0.129)
/* Android */
Color.parseColor("#580421")Accessibility — WCAG contrast
Aa
#580421 on white: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580421 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green1.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow62.5%
Key (black)65.5%
Color previews
#580421 text on a black background
contrast 1.45:1
Card sample
#580421 text on a white background
contrast 14.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580421;
Background color
Panel with #580421 background
background-color: #580421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 4, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 4, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580421; background: linear-gradient(135deg, #580421, #581F04);