#5b1908
a deep, electric red · warm · closest name: maroon
RGB
91, 25, 8
HSL
12°, 84%, 19%
CMYK
0, 73, 91, 64
Luminance
0.0294
Every format
| HEX | #5b1908 |
| RGB | rgb(91, 25, 8) |
| HSL | hsl(12, 84%, 19%) |
| CMYK | cmyk(0%, 73%, 91%, 64%) |
| LAB | lab(19.8 29.3 26.3) |
| LCH | lch(19.8 39.4 41.8) |
| OKLCH | oklch(0.320 0.100 35.1) |
Copy-ready code
/* CSS */
color: #5b1908;
background-color: #5b1908;
/* Tailwind (arbitrary) */
class="text-[#5b1908] bg-[#5b1908]"
/* SCSS */
$brand: #5b1908;
/* SwiftUI */
Color(red: 0.357, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#5b1908")Accessibility — WCAG contrast
Aa
#5b1908 on white: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b1908 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow91.2%
Key (black)64.3%
Color previews
#5b1908 text on a black background
contrast 1.59:1
Card sample
#5b1908 text on a white background
contrast 13.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b1908;
Background color
Panel with #5b1908 background
background-color: #5b1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b1908; background: linear-gradient(135deg, #5b1908, #5B5008);