#590021
a deep, electric magenta / pink · warm · closest name: maroon
RGB
89, 0, 33
HSL
338°, 100%, 18%
CMYK
0, 100, 63, 65
Luminance
0.0223
Every format
| HEX | #590021 |
| RGB | rgb(89, 0, 33) |
| HSL | hsl(338, 100%, 18%) |
| CMYK | cmyk(0%, 100%, 63%, 65%) |
| LAB | lab(16.7 38.6 7.0) |
| LCH | lch(16.7 39.3 10.2) |
| OKLCH | oklch(0.297 0.119 8.4) |
Copy-ready code
/* CSS */
color: #590021;
background-color: #590021;
/* Tailwind (arbitrary) */
class="text-[#590021] bg-[#590021]"
/* SCSS */
$brand: #590021;
/* SwiftUI */
Color(red: 0.349, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#590021")Accessibility — WCAG contrast
Aa
#590021 on white: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#590021 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow62.9%
Key (black)65.1%
Color previews
#590021 text on a black background
contrast 1.45:1
Card sample
#590021 text on a white background
contrast 14.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #590021;
Background color
Panel with #590021 background
background-color: #590021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #590021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #590021; background: linear-gradient(135deg, #590021, #591A00);