#982c82
a dark, vivid magenta / pink · warm · closest name: purple
RGB
152, 44, 130
HSL
312°, 55%, 38%
CMYK
0, 71, 15, 40
Luminance
0.1009
Every format
| HEX | #982c82 |
| RGB | rgb(152, 44, 130) |
| HSL | hsl(312, 55%, 38%) |
| CMYK | cmyk(0%, 71%, 15%, 40%) |
| LAB | lab(38.0 53.7 -24.5) |
| LCH | lch(38.0 59.0 335.5) |
| OKLCH | oklch(0.488 0.172 337.2) |
Copy-ready code
/* CSS */
color: #982c82;
background-color: #982c82;
/* Tailwind (arbitrary) */
class="text-[#982c82] bg-[#982c82]"
/* SCSS */
$brand: #982c82;
/* SwiftUI */
Color(red: 0.596, green: 0.173, blue: 0.510)
/* Android */
Color.parseColor("#982c82")Accessibility — WCAG contrast
Aa
#982c82 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982c82 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green17.3%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow14.5%
Key (black)40.4%
Color previews
#982c82 text on a black background
contrast 3.02:1
Card sample
#982c82 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982c82;
Background color
Panel with #982c82 background
background-color: #982c82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982c82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 44, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 44, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982c82; background: linear-gradient(135deg, #982c82, #982C3A);