#590721
a deep, electric magenta / pink · warm · closest name: maroon
RGB
89, 7, 33
HSL
341°, 85%, 19%
CMYK
0, 92, 63, 65
Luminance
0.0239
Every format
| HEX | #590721 |
| RGB | rgb(89, 7, 33) |
| HSL | hsl(341, 85%, 19%) |
| CMYK | cmyk(0%, 92%, 63%, 65%) |
| LAB | lab(17.4 36.5 8.0) |
| LCH | lch(17.4 37.4 12.3) |
| OKLCH | oklch(0.302 0.113 10.2) |
Copy-ready code
/* CSS */
color: #590721;
background-color: #590721;
/* Tailwind (arbitrary) */
class="text-[#590721] bg-[#590721]"
/* SCSS */
$brand: #590721;
/* SwiftUI */
Color(red: 0.349, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#590721")Accessibility — WCAG contrast
Aa
#590721 on white: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#590721 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow62.9%
Key (black)65.1%
Color previews
#590721 text on a black background
contrast 1.48:1
Card sample
#590721 text on a white background
contrast 14.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #590721;
Background color
Panel with #590721 background
background-color: #590721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #590721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #590721; background: linear-gradient(135deg, #590721, #592407);