#971f13
a dark, electric red · warm · closest name: maroon
RGB
151, 31, 19
HSL
6°, 78%, 33%
CMYK
0, 80, 87, 41
Luminance
0.0761
Every format
| HEX | #971f13 |
| RGB | rgb(151, 31, 19) |
| HSL | hsl(6, 78%, 33%) |
| CMYK | cmyk(0%, 80%, 87%, 41%) |
| LAB | lab(33.1 48.2 38.1) |
| LCH | lch(33.1 61.4 38.3) |
| OKLCH | oklch(0.442 0.158 30.1) |
Copy-ready code
/* CSS */
color: #971f13;
background-color: #971f13;
/* Tailwind (arbitrary) */
class="text-[#971f13] bg-[#971f13]"
/* SCSS */
$brand: #971f13;
/* SwiftUI */
Color(red: 0.592, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#971f13")Accessibility — WCAG contrast
Aa
#971f13 on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#971f13 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta79.5%
Yellow87.4%
Key (black)40.8%
Color previews
#971f13 text on a black background
contrast 2.52:1
Card sample
#971f13 text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #971f13;
Background color
Panel with #971f13 background
background-color: #971f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #971f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #971f13; background: linear-gradient(135deg, #971f13, #977713);