#972717
a dark, vivid red · warm · closest name: maroon
RGB
151, 39, 23
HSL
8°, 74%, 34%
CMYK
0, 74, 85, 41
Luminance
0.0809
Every format
| HEX | #972717 |
| RGB | rgb(151, 39, 23) |
| HSL | hsl(8, 74%, 34%) |
| CMYK | cmyk(0%, 74%, 85%, 41%) |
| LAB | lab(34.2 45.5 37.0) |
| LCH | lch(34.2 58.6 39.1) |
| OKLCH | oklch(0.450 0.150 31.3) |
Copy-ready code
/* CSS */
color: #972717;
background-color: #972717;
/* Tailwind (arbitrary) */
class="text-[#972717] bg-[#972717]"
/* SCSS */
$brand: #972717;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.090)
/* Android */
Color.parseColor("#972717")Accessibility — WCAG contrast
Aa
#972717 on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972717 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow84.8%
Key (black)40.8%
Color previews
#972717 text on a black background
contrast 2.62:1
Card sample
#972717 text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972717;
Background color
Panel with #972717 background
background-color: #972717;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972717;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972717; background: linear-gradient(135deg, #972717, #977C17);