#971c13
a dark, electric red · warm · closest name: maroon
RGB
151, 28, 19
HSL
4°, 78%, 33%
CMYK
0, 82, 87, 41
Luminance
0.0746
Every format
| HEX | #971c13 |
| RGB | rgb(151, 28, 19) |
| HSL | hsl(4, 78%, 33%) |
| CMYK | cmyk(0%, 82%, 87%, 41%) |
| LAB | lab(32.8 49.1 37.8) |
| LCH | lch(32.8 62.0 37.6) |
| OKLCH | oklch(0.440 0.160 29.4) |
Copy-ready code
/* CSS */
color: #971c13;
background-color: #971c13;
/* Tailwind (arbitrary) */
class="text-[#971c13] bg-[#971c13]"
/* SCSS */
$brand: #971c13;
/* SwiftUI */
Color(red: 0.592, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#971c13")Accessibility — WCAG contrast
Aa
#971c13 on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#971c13 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow87.4%
Key (black)40.8%
Color previews
#971c13 text on a black background
contrast 2.49:1
Card sample
#971c13 text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #971c13;
Background color
Panel with #971c13 background
background-color: #971c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #971c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #971c13; background: linear-gradient(135deg, #971c13, #977413);