#972424
a dark, vivid red · warm · closest name: maroon
RGB
151, 36, 36
HSL
0°, 62%, 37%
CMYK
0, 76, 76, 41
Luminance
0.0797
Every format
| HEX | #972424 |
| RGB | rgb(151, 36, 36) |
| HSL | hsl(0, 62%, 37%) |
| CMYK | cmyk(0%, 76%, 76%, 41%) |
| LAB | lab(33.9 47.1 29.3) |
| LCH | lch(33.9 55.5 31.9) |
| OKLCH | oklch(0.449 0.151 25.8) |
Copy-ready code
/* CSS */
color: #972424;
background-color: #972424;
/* Tailwind (arbitrary) */
class="text-[#972424] bg-[#972424]"
/* SCSS */
$brand: #972424;
/* SwiftUI */
Color(red: 0.592, green: 0.141, blue: 0.141)
/* Android */
Color.parseColor("#972424")Accessibility — WCAG contrast
Aa
#972424 on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972424 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green14.1%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow76.2%
Key (black)40.8%
Color previews
#972424 text on a black background
contrast 2.59:1
Card sample
#972424 text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972424;
Background color
Panel with #972424 background
background-color: #972424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 36, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 36, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972424; background: linear-gradient(135deg, #972424, #977124);