#982abb
a dark, vivid violet · warm · closest name: purple
RGB
152, 42, 187
HSL
286°, 63%, 45%
CMYK
19, 78, 0, 27
Luminance
0.1192
Every format
| HEX | #982abb |
| RGB | rgb(152, 42, 187) |
| HSL | hsl(286, 63%, 45%) |
| CMYK | cmyk(19%, 78%, 0%, 27%) |
| LAB | lab(41.1 64.3 -53.9) |
| LCH | lch(41.1 83.9 320.1) |
| OKLCH | oklch(0.521 0.220 316.3) |
Copy-ready code
/* CSS */
color: #982abb;
background-color: #982abb;
/* Tailwind (arbitrary) */
class="text-[#982abb] bg-[#982abb]"
/* SCSS */
$brand: #982abb;
/* SwiftUI */
Color(red: 0.596, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#982abb")Accessibility — WCAG contrast
Aa
#982abb on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982abb on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green16.5%
Blue73.3%
CMYK percentages
Cyan18.7%
Magenta77.5%
Yellow0.0%
Key (black)26.7%
Color previews
#982abb text on a black background
contrast 3.38:1
Card sample
#982abb text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982abb;
Background color
Panel with #982abb background
background-color: #982abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982abb; background: linear-gradient(135deg, #982abb, #BB2A7D);