#972744
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
151, 39, 68
HSL
345°, 59%, 37%
CMYK
0, 74, 55, 41
Luminance
0.0845
Every format
| HEX | #972744 |
| RGB | rgb(151, 39, 68) |
| HSL | hsl(345, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 55%, 41%) |
| LAB | lab(34.9 48.0 10.3) |
| LCH | lch(34.9 49.0 12.1) |
| OKLCH | oklch(0.458 0.148 10.2) |
Copy-ready code
/* CSS */
color: #972744;
background-color: #972744;
/* Tailwind (arbitrary) */
class="text-[#972744] bg-[#972744]"
/* SCSS */
$brand: #972744;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.267)
/* Android */
Color.parseColor("#972744")Accessibility — WCAG contrast
Aa
#972744 on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972744 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow55.0%
Key (black)40.8%
Color previews
#972744 text on a black background
contrast 2.69:1
Card sample
#972744 text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972744;
Background color
Panel with #972744 background
background-color: #972744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972744; background: linear-gradient(135deg, #972744, #975527);