#970290
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 2, 144
HSL
303°, 97%, 30%
CMYK
0, 99, 5, 41
Luminance
0.0864
Every format
| HEX | #970290 |
| RGB | rgb(151, 2, 144) |
| HSL | hsl(303, 97%, 30%) |
| CMYK | cmyk(0%, 99%, 5%, 41%) |
| LAB | lab(35.3 65.1 -37.4) |
| LCH | lch(35.3 75.1 330.1) |
| OKLCH | oklch(0.471 0.213 330.8) |
Copy-ready code
/* CSS */
color: #970290;
background-color: #970290;
/* Tailwind (arbitrary) */
class="text-[#970290] bg-[#970290]"
/* SCSS */
$brand: #970290;
/* SwiftUI */
Color(red: 0.592, green: 0.008, blue: 0.565)
/* Android */
Color.parseColor("#970290")Accessibility — WCAG contrast
Aa
#970290 on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#970290 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green0.8%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow4.6%
Key (black)40.8%
Color previews
#970290 text on a black background
contrast 2.73:1
Card sample
#970290 text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970290;
Background color
Panel with #970290 background
background-color: #970290;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970290;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 2, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 2, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970290; background: linear-gradient(135deg, #970290, #97022D);