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