#971908
a dark, electric red · warm · closest name: maroon
RGB
151, 25, 8
HSL
7°, 90%, 31%
CMYK
0, 83, 95, 41
Luminance
0.0729
Every format
| HEX | #971908 |
| RGB | rgb(151, 25, 8) |
| HSL | hsl(7, 90%, 31%) |
| CMYK | cmyk(0%, 83%, 95%, 41%) |
| LAB | lab(32.5 49.7 42.5) |
| LCH | lch(32.5 65.4 40.5) |
| OKLCH | oklch(0.437 0.163 31.0) |
Copy-ready code
/* CSS */
color: #971908;
background-color: #971908;
/* Tailwind (arbitrary) */
class="text-[#971908] bg-[#971908]"
/* SCSS */
$brand: #971908;
/* SwiftUI */
Color(red: 0.592, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#971908")Accessibility — WCAG contrast
Aa
#971908 on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#971908 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow94.7%
Key (black)40.8%
Color previews
#971908 text on a black background
contrast 2.46:1
Card sample
#971908 text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #971908;
Background color
Panel with #971908 background
background-color: #971908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #971908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #971908; background: linear-gradient(135deg, #971908, #977808);