#591521
a deep, vivid red · warm · closest name: maroon
RGB
89, 21, 33
HSL
349°, 62%, 22%
CMYK
0, 76, 63, 65
Luminance
0.0277
Every format
| HEX | #591521 |
| RGB | rgb(89, 21, 33) |
| HSL | hsl(349, 62%, 22%) |
| CMYK | cmyk(0%, 76%, 63%, 65%) |
| LAB | lab(19.1 31.7 10.3) |
| LCH | lch(19.1 33.4 17.9) |
| OKLCH | oklch(0.315 0.099 14.9) |
Copy-ready code
/* CSS */
color: #591521;
background-color: #591521;
/* Tailwind (arbitrary) */
class="text-[#591521] bg-[#591521]"
/* SCSS */
$brand: #591521;
/* SwiftUI */
Color(red: 0.349, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#591521")Accessibility — WCAG contrast
Aa
#591521 on white: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#591521 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow62.9%
Key (black)65.1%
Color previews
#591521 text on a black background
contrast 1.55:1
Card sample
#591521 text on a white background
contrast 13.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #591521;
Background color
Panel with #591521 background
background-color: #591521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #591521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #591521; background: linear-gradient(135deg, #591521, #593615);