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