#591c13
a deep, vivid red · warm · closest name: maroon
RGB
89, 28, 19
HSL
8°, 65%, 21%
CMYK
0, 69, 79, 65
Luminance
0.0300
Every format
| HEX | #591c13 |
| RGB | rgb(89, 28, 19) |
| HSL | hsl(8, 65%, 21%) |
| CMYK | cmyk(0%, 69%, 79%, 65%) |
| LAB | lab(20.1 27.5 21.0) |
| LCH | lch(20.1 34.6 37.3) |
| OKLCH | oklch(0.321 0.092 31.0) |
Copy-ready code
/* CSS */
color: #591c13;
background-color: #591c13;
/* Tailwind (arbitrary) */
class="text-[#591c13] bg-[#591c13]"
/* SCSS */
$brand: #591c13;
/* SwiftUI */
Color(red: 0.349, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#591c13")Accessibility — WCAG contrast
Aa
#591c13 on white: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#591c13 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow78.7%
Key (black)65.1%
Color previews
#591c13 text on a black background
contrast 1.60:1
Card sample
#591c13 text on a white background
contrast 13.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #591c13;
Background color
Panel with #591c13 background
background-color: #591c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #591c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #591c13; background: linear-gradient(135deg, #591c13, #594B13);