#972775
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 117
HSL
318°, 59%, 37%
CMYK
0, 74, 23, 41
Luminance
0.0931
Every format
| HEX | #972775 |
| RGB | rgb(151, 39, 117) |
| HSL | hsl(318, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 23%, 41%) |
| LAB | lab(36.6 53.4 -18.6) |
| LCH | lch(36.6 56.5 340.8) |
| OKLCH | oklch(0.476 0.168 342.8) |
Copy-ready code
/* CSS */
color: #972775;
background-color: #972775;
/* Tailwind (arbitrary) */
class="text-[#972775] bg-[#972775]"
/* SCSS */
$brand: #972775;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.459)
/* Android */
Color.parseColor("#972775")Accessibility — WCAG contrast
Aa
#972775 on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972775 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow22.5%
Key (black)40.8%
Color previews
#972775 text on a black background
contrast 2.86:1
Card sample
#972775 text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972775;
Background color
Panel with #972775 background
background-color: #972775;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972775;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972775; background: linear-gradient(135deg, #972775, #97272A);