#590c21
a deep, electric magenta / pink · warm · closest name: maroon
RGB
89, 12, 33
HSL
344°, 76%, 20%
CMYK
0, 87, 63, 65
Luminance
0.0250
Every format
| HEX | #590c21 |
| RGB | rgb(89, 12, 33) |
| HSL | hsl(344, 76%, 20%) |
| CMYK | cmyk(0%, 87%, 63%, 65%) |
| LAB | lab(17.9 35.1 8.7) |
| LCH | lch(17.9 36.1 13.8) |
| OKLCH | oklch(0.306 0.108 11.5) |
Copy-ready code
/* CSS */
color: #590c21;
background-color: #590c21;
/* Tailwind (arbitrary) */
class="text-[#590c21] bg-[#590c21]"
/* SCSS */
$brand: #590c21;
/* SwiftUI */
Color(red: 0.349, green: 0.047, blue: 0.129)
/* Android */
Color.parseColor("#590c21")Accessibility — WCAG contrast
Aa
#590c21 on white: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#590c21 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green4.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow62.9%
Key (black)65.1%
Color previews
#590c21 text on a black background
contrast 1.50:1
Card sample
#590c21 text on a white background
contrast 14.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #590c21;
Background color
Panel with #590c21 background
background-color: #590c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #590c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 12, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 12, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #590c21; background: linear-gradient(135deg, #590c21, #592A0C);