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