#970673
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 6, 115
HSL
315°, 92%, 31%
CMYK
0, 96, 24, 41
Luminance
0.0795
Every format
| HEX | #970673 |
| RGB | rgb(151, 6, 115) |
| HSL | hsl(315, 92%, 31%) |
| CMYK | cmyk(0%, 96%, 24%, 41%) |
| LAB | lab(33.9 60.6 -21.5) |
| LCH | lch(33.9 64.3 340.5) |
| OKLCH | oklch(0.456 0.192 342.5) |
Copy-ready code
/* CSS */
color: #970673;
background-color: #970673;
/* Tailwind (arbitrary) */
class="text-[#970673] bg-[#970673]"
/* SCSS */
$brand: #970673;
/* SwiftUI */
Color(red: 0.592, green: 0.024, blue: 0.451)
/* Android */
Color.parseColor("#970673")Accessibility — WCAG contrast
Aa
#970673 on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970673 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green2.4%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow23.8%
Key (black)40.8%
Color previews
#970673 text on a black background
contrast 2.59:1
Card sample
#970673 text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970673;
Background color
Panel with #970673 background
background-color: #970673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 6, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 6, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970673; background: linear-gradient(135deg, #970673, #970612);