#970097
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 0, 151
HSL
300°, 100%, 30%
CMYK
0, 100, 0, 41
Luminance
0.0881
Every format
| HEX | #970097 |
| RGB | rgb(151, 0, 151) |
| HSL | hsl(300, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 0%, 41%) |
| LAB | lab(35.6 66.5 -41.1) |
| LCH | lch(35.6 78.2 328.2) |
| OKLCH | oklch(0.475 0.218 328.4) |
Copy-ready code
/* CSS */
color: #970097;
background-color: #970097;
/* Tailwind (arbitrary) */
class="text-[#970097] bg-[#970097]"
/* SCSS */
$brand: #970097;
/* SwiftUI */
Color(red: 0.592, green: 0.000, blue: 0.592)
/* Android */
Color.parseColor("#970097")Accessibility — WCAG contrast
Aa
#970097 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970097 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green0.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)40.8%
Color previews
#970097 text on a black background
contrast 2.76:1
Card sample
#970097 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970097;
Background color
Panel with #970097 background
background-color: #970097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 0, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 0, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970097; background: linear-gradient(135deg, #970097, #970032);