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