#970257
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 2, 87
HSL
326°, 97%, 30%
CMYK
0, 99, 42, 41
Luminance
0.0731
Every format
| HEX | #970257 |
| RGB | rgb(151, 2, 87) |
| HSL | hsl(326, 97%, 30%) |
| CMYK | cmyk(0%, 99%, 42%, 41%) |
| LAB | lab(32.5 58.1 -5.6) |
| LCH | lch(32.5 58.4 354.5) |
| OKLCH | oklch(0.442 0.180 355.6) |
Copy-ready code
/* CSS */
color: #970257;
background-color: #970257;
/* Tailwind (arbitrary) */
class="text-[#970257] bg-[#970257]"
/* SCSS */
$brand: #970257;
/* SwiftUI */
Color(red: 0.592, green: 0.008, blue: 0.341)
/* Android */
Color.parseColor("#970257")Accessibility — WCAG contrast
Aa
#970257 on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970257 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green0.8%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow42.4%
Key (black)40.8%
Color previews
#970257 text on a black background
contrast 2.46:1
Card sample
#970257 text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970257;
Background color
Panel with #970257 background
background-color: #970257;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970257;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 2, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 2, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970257; background: linear-gradient(135deg, #970257, #971002);