#982ac8
a balanced, vivid violet · warm · closest name: indigo
RGB
152, 42, 200
HSL
282°, 65%, 48%
CMYK
24, 79, 0, 22
Luminance
0.1250
Every format
| HEX | #982ac8 |
| RGB | rgb(152, 42, 200) |
| HSL | hsl(282, 65%, 48%) |
| CMYK | cmyk(24%, 79%, 0%, 22%) |
| LAB | lab(42.0 66.9 -60.0) |
| LCH | lch(42.0 89.9 318.1) |
| OKLCH | oklch(0.530 0.231 312.7) |
Copy-ready code
/* CSS */
color: #982ac8;
background-color: #982ac8;
/* Tailwind (arbitrary) */
class="text-[#982ac8] bg-[#982ac8]"
/* SCSS */
$brand: #982ac8;
/* SwiftUI */
Color(red: 0.596, green: 0.165, blue: 0.784)
/* Android */
Color.parseColor("#982ac8")Accessibility — WCAG contrast
Aa
#982ac8 on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982ac8 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green16.5%
Blue78.4%
CMYK percentages
Cyan24.0%
Magenta79.0%
Yellow0.0%
Key (black)21.6%
Color previews
#982ac8 text on a black background
contrast 3.50:1
Card sample
#982ac8 text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982ac8;
Background color
Panel with #982ac8 background
background-color: #982ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 42, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 42, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982ac8; background: linear-gradient(135deg, #982ac8, #C82A8F);