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