#591908
a deep, electric red · warm · closest name: maroon
RGB
89, 25, 8
HSL
13°, 84%, 19%
CMYK
0, 72, 91, 65
Luminance
0.0284
Every format
| HEX | #591908 |
| RGB | rgb(89, 25, 8) |
| HSL | hsl(13, 84%, 19%) |
| CMYK | cmyk(0%, 72%, 91%, 65%) |
| LAB | lab(19.4 28.5 25.7) |
| LCH | lch(19.4 38.4 42.0) |
| OKLCH | oklch(0.316 0.098 35.4) |
Copy-ready code
/* CSS */
color: #591908;
background-color: #591908;
/* Tailwind (arbitrary) */
class="text-[#591908] bg-[#591908]"
/* SCSS */
$brand: #591908;
/* SwiftUI */
Color(red: 0.349, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#591908")Accessibility — WCAG contrast
Aa
#591908 on white: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#591908 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow91.0%
Key (black)65.1%
Color previews
#591908 text on a black background
contrast 1.57:1
Card sample
#591908 text on a white background
contrast 13.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #591908;
Background color
Panel with #591908 background
background-color: #591908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #591908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #591908; background: linear-gradient(135deg, #591908, #594F08);