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