#980482
a dark, electric magenta / pink · warm · closest name: purple
RGB
152, 4, 130
HSL
309°, 95%, 31%
CMYK
0, 97, 15, 40
Luminance
0.0837
Every format
| HEX | #980482 |
| RGB | rgb(152, 4, 130) |
| HSL | hsl(309, 95%, 31%) |
| CMYK | cmyk(0%, 97%, 15%, 40%) |
| LAB | lab(34.8 63.1 -29.6) |
| LCH | lch(34.8 69.7 334.9) |
| OKLCH | oklch(0.465 0.203 336.5) |
Copy-ready code
/* CSS */
color: #980482;
background-color: #980482;
/* Tailwind (arbitrary) */
class="text-[#980482] bg-[#980482]"
/* SCSS */
$brand: #980482;
/* SwiftUI */
Color(red: 0.596, green: 0.016, blue: 0.510)
/* Android */
Color.parseColor("#980482")Accessibility — WCAG contrast
Aa
#980482 on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#980482 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green1.6%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta97.4%
Yellow14.5%
Key (black)40.4%
Color previews
#980482 text on a black background
contrast 2.67:1
Card sample
#980482 text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #980482;
Background color
Panel with #980482 background
background-color: #980482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #980482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 4, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 4, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #980482; background: linear-gradient(135deg, #980482, #98041F);