#972710
a dark, electric red · warm · closest name: maroon
RGB
151, 39, 16
HSL
10°, 81%, 33%
CMYK
0, 74, 89, 41
Luminance
0.0807
Every format
| HEX | #972710 |
| RGB | rgb(151, 39, 16) |
| HSL | hsl(10, 81%, 33%) |
| CMYK | cmyk(0%, 74%, 89%, 41%) |
| LAB | lab(34.1 45.3 40.3) |
| LCH | lch(34.1 60.7 41.7) |
| OKLCH | oklch(0.450 0.152 33.1) |
Copy-ready code
/* CSS */
color: #972710;
background-color: #972710;
/* Tailwind (arbitrary) */
class="text-[#972710] bg-[#972710]"
/* SCSS */
$brand: #972710;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.063)
/* Android */
Color.parseColor("#972710")Accessibility — WCAG contrast
Aa
#972710 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972710 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow89.4%
Key (black)40.8%
Color previews
#972710 text on a black background
contrast 2.61:1
Card sample
#972710 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972710;
Background color
Panel with #972710 background
background-color: #972710;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972710;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972710; background: linear-gradient(135deg, #972710, #978110);