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