#590321
a deep, electric magenta / pink · warm · closest name: maroon
RGB
89, 3, 33
HSL
339°, 94%, 18%
CMYK
0, 97, 63, 65
Luminance
0.0230
Every format
| HEX | #590321 |
| RGB | rgb(89, 3, 33) |
| HSL | hsl(339, 94%, 18%) |
| CMYK | cmyk(0%, 97%, 63%, 65%) |
| LAB | lab(17.0 37.7 7.4) |
| LCH | lch(17.0 38.4 11.1) |
| OKLCH | oklch(0.299 0.116 9.2) |
Copy-ready code
/* CSS */
color: #590321;
background-color: #590321;
/* Tailwind (arbitrary) */
class="text-[#590321] bg-[#590321]"
/* SCSS */
$brand: #590321;
/* SwiftUI */
Color(red: 0.349, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#590321")Accessibility — WCAG contrast
Aa
#590321 on white: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#590321 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green1.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow62.9%
Key (black)65.1%
Color previews
#590321 text on a black background
contrast 1.46:1
Card sample
#590321 text on a white background
contrast 14.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #590321;
Background color
Panel with #590321 background
background-color: #590321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #590321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #590321; background: linear-gradient(135deg, #590321, #591E03);