#982acf
a balanced, vivid violet · warm · closest name: indigo
RGB
152, 42, 207
HSL
280°, 66%, 49%
CMYK
27, 80, 0, 19
Luminance
0.1284
Every format
| HEX | #982acf |
| RGB | rgb(152, 42, 207) |
| HSL | hsl(280, 66%, 49%) |
| CMYK | cmyk(27%, 80%, 0%, 19%) |
| LAB | lab(42.5 68.3 -63.2) |
| LCH | lch(42.5 93.1 317.2) |
| OKLCH | oklch(0.535 0.237 310.9) |
Copy-ready code
/* CSS */
color: #982acf;
background-color: #982acf;
/* Tailwind (arbitrary) */
class="text-[#982acf] bg-[#982acf]"
/* SCSS */
$brand: #982acf;
/* SwiftUI */
Color(red: 0.596, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#982acf")Accessibility — WCAG contrast
Aa
#982acf on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982acf on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green16.5%
Blue81.2%
CMYK percentages
Cyan26.6%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#982acf text on a black background
contrast 3.57:1
Card sample
#982acf text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982acf;
Background color
Panel with #982acf background
background-color: #982acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982acf; background: linear-gradient(135deg, #982acf, #CF2A98);