#982abe
a balanced, vivid violet · warm · closest name: purple
RGB
152, 42, 190
HSL
285°, 64%, 46%
CMYK
20, 78, 0, 26
Luminance
0.1205
Every format
| HEX | #982abe |
| RGB | rgb(152, 42, 190) |
| HSL | hsl(285, 64%, 46%) |
| CMYK | cmyk(20%, 78%, 0%, 26%) |
| LAB | lab(41.3 64.9 -55.3) |
| LCH | lch(41.3 85.3 319.6) |
| OKLCH | oklch(0.523 0.223 315.4) |
Copy-ready code
/* CSS */
color: #982abe;
background-color: #982abe;
/* Tailwind (arbitrary) */
class="text-[#982abe] bg-[#982abe]"
/* SCSS */
$brand: #982abe;
/* SwiftUI */
Color(red: 0.596, green: 0.165, blue: 0.745)
/* Android */
Color.parseColor("#982abe")Accessibility — WCAG contrast
Aa
#982abe on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982abe on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green16.5%
Blue74.5%
CMYK percentages
Cyan20.0%
Magenta77.9%
Yellow0.0%
Key (black)25.5%
Color previews
#982abe text on a black background
contrast 3.41:1
Card sample
#982abe text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982abe;
Background color
Panel with #982abe background
background-color: #982abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 42, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 42, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982abe; background: linear-gradient(135deg, #982abe, #BE2A81);