#591321
a deep, vivid red · warm · closest name: maroon
RGB
89, 19, 33
HSL
348°, 65%, 21%
CMYK
0, 79, 63, 65
Luminance
0.0270
Every format
| HEX | #591321 |
| RGB | rgb(89, 19, 33) |
| HSL | hsl(348, 65%, 21%) |
| CMYK | cmyk(0%, 79%, 63%, 65%) |
| LAB | lab(18.8 32.6 9.9) |
| LCH | lch(18.8 34.0 16.8) |
| OKLCH | oklch(0.313 0.101 14.0) |
Copy-ready code
/* CSS */
color: #591321;
background-color: #591321;
/* Tailwind (arbitrary) */
class="text-[#591321] bg-[#591321]"
/* SCSS */
$brand: #591321;
/* SwiftUI */
Color(red: 0.349, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#591321")Accessibility — WCAG contrast
Aa
#591321 on white: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#591321 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow62.9%
Key (black)65.1%
Color previews
#591321 text on a black background
contrast 1.54:1
Card sample
#591321 text on a white background
contrast 13.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #591321;
Background color
Panel with #591321 background
background-color: #591321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #591321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #591321; background: linear-gradient(135deg, #591321, #593413);