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