#970286
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 2, 134
HSL
307°, 97%, 30%
CMYK
0, 99, 11, 41
Luminance
0.0834
Every format
| HEX | #970286 |
| RGB | rgb(151, 2, 134) |
| HSL | hsl(307, 97%, 30%) |
| CMYK | cmyk(0%, 99%, 11%, 41%) |
| LAB | lab(34.7 63.7 -32.2) |
| LCH | lch(34.7 71.3 333.2) |
| OKLCH | oklch(0.465 0.206 334.6) |
Copy-ready code
/* CSS */
color: #970286;
background-color: #970286;
/* Tailwind (arbitrary) */
class="text-[#970286] bg-[#970286]"
/* SCSS */
$brand: #970286;
/* SwiftUI */
Color(red: 0.592, green: 0.008, blue: 0.525)
/* Android */
Color.parseColor("#970286")Accessibility — WCAG contrast
Aa
#970286 on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970286 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green0.8%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow11.3%
Key (black)40.8%
Color previews
#970286 text on a black background
contrast 2.67:1
Card sample
#970286 text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970286;
Background color
Panel with #970286 background
background-color: #970286;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970286;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 2, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 2, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970286; background: linear-gradient(135deg, #970286, #970223);