#972769
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 105
HSL
325°, 59%, 37%
CMYK
0, 74, 31, 41
Luminance
0.0905
Every format
| HEX | #972769 |
| RGB | rgb(151, 39, 105) |
| HSL | hsl(325, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 31%, 41%) |
| LAB | lab(36.1 51.8 -11.8) |
| LCH | lch(36.1 53.1 347.2) |
| OKLCH | oklch(0.470 0.161 348.9) |
Copy-ready code
/* CSS */
color: #972769;
background-color: #972769;
/* Tailwind (arbitrary) */
class="text-[#972769] bg-[#972769]"
/* SCSS */
$brand: #972769;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.412)
/* Android */
Color.parseColor("#972769")Accessibility — WCAG contrast
Aa
#972769 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972769 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow30.5%
Key (black)40.8%
Color previews
#972769 text on a black background
contrast 2.81:1
Card sample
#972769 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972769;
Background color
Panel with #972769 background
background-color: #972769;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972769;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972769; background: linear-gradient(135deg, #972769, #973027);