#970289
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 2, 137
HSL
306°, 97%, 30%
CMYK
0, 99, 9, 41
Luminance
0.0843
Every format
| HEX | #970289 |
| RGB | rgb(151, 2, 137) |
| HSL | hsl(306, 97%, 30%) |
| CMYK | cmyk(0%, 99%, 9%, 41%) |
| LAB | lab(34.9 64.1 -33.8) |
| LCH | lch(34.9 72.5 332.2) |
| OKLCH | oklch(0.467 0.208 333.5) |
Copy-ready code
/* CSS */
color: #970289;
background-color: #970289;
/* Tailwind (arbitrary) */
class="text-[#970289] bg-[#970289]"
/* SCSS */
$brand: #970289;
/* SwiftUI */
Color(red: 0.592, green: 0.008, blue: 0.537)
/* Android */
Color.parseColor("#970289")Accessibility — WCAG contrast
Aa
#970289 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970289 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green0.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow9.3%
Key (black)40.8%
Color previews
#970289 text on a black background
contrast 2.69:1
Card sample
#970289 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970289;
Background color
Panel with #970289 background
background-color: #970289;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970289;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 2, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 2, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970289; background: linear-gradient(135deg, #970289, #970226);