#973397
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 51, 151
HSL
300°, 50%, 40%
CMYK
0, 66, 0, 41
Luminance
0.1118
Every format
| HEX | #973397 |
| RGB | rgb(151, 51, 151) |
| HSL | hsl(300, 50%, 40%) |
| CMYK | cmyk(0%, 66%, 0%, 41%) |
| LAB | lab(39.9 54.2 -34.4) |
| LCH | lch(39.9 64.2 327.6) |
| OKLCH | oklch(0.505 0.178 327.8) |
Copy-ready code
/* CSS */
color: #973397;
background-color: #973397;
/* Tailwind (arbitrary) */
class="text-[#973397] bg-[#973397]"
/* SCSS */
$brand: #973397;
/* SwiftUI */
Color(red: 0.592, green: 0.200, blue: 0.592)
/* Android */
Color.parseColor("#973397")Accessibility — WCAG contrast
Aa
#973397 on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#973397 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow0.0%
Key (black)40.8%
Color previews
#973397 text on a black background
contrast 3.24:1
Card sample
#973397 text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973397;
Background color
Panel with #973397 background
background-color: #973397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 51, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 51, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973397; background: linear-gradient(135deg, #973397, #973354);