#972737
a dark, vivid red · warm · closest name: maroon
RGB
151, 39, 55
HSL
351°, 59%, 37%
CMYK
0, 74, 64, 41
Luminance
0.0831
Every format
| HEX | #972737 |
| RGB | rgb(151, 39, 55) |
| HSL | hsl(351, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 64%, 41%) |
| LAB | lab(34.6 47.0 18.3) |
| LCH | lch(34.6 50.4 21.2) |
| OKLCH | oklch(0.455 0.147 17.5) |
Copy-ready code
/* CSS */
color: #972737;
background-color: #972737;
/* Tailwind (arbitrary) */
class="text-[#972737] bg-[#972737]"
/* SCSS */
$brand: #972737;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.216)
/* Android */
Color.parseColor("#972737")Accessibility — WCAG contrast
Aa
#972737 on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972737 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow63.6%
Key (black)40.8%
Color previews
#972737 text on a black background
contrast 2.66:1
Card sample
#972737 text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972737;
Background color
Panel with #972737 background
background-color: #972737;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972737;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972737; background: linear-gradient(135deg, #972737, #976227);