#982cf0
a balanced, electric violet · warm · closest name: magenta
RGB
152, 44, 240
HSL
273°, 87%, 56%
CMYK
37, 82, 0, 6
Luminance
0.1477
Every format
| HEX | #982cf0 |
| RGB | rgb(152, 44, 240) |
| HSL | hsl(273, 87%, 56%) |
| CMYK | cmyk(37%, 82%, 0%, 6%) |
| LAB | lab(45.3 74.5 -77.5) |
| LCH | lch(45.3 107.5 313.9) |
| OKLCH | oklch(0.563 0.265 303.2) |
Copy-ready code
/* CSS */
color: #982cf0;
background-color: #982cf0;
/* Tailwind (arbitrary) */
class="text-[#982cf0] bg-[#982cf0]"
/* SCSS */
$brand: #982cf0;
/* SwiftUI */
Color(red: 0.596, green: 0.173, blue: 0.941)
/* Android */
Color.parseColor("#982cf0")Accessibility — WCAG contrast
Aa
#982cf0 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982cf0 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green17.3%
Blue94.1%
CMYK percentages
Cyan36.7%
Magenta81.7%
Yellow0.0%
Key (black)5.9%
Color previews
#982cf0 text on a black background
contrast 3.95:1
Card sample
#982cf0 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982cf0;
Background color
Panel with #982cf0 background
background-color: #982cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 44, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 44, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982cf0; background: linear-gradient(135deg, #982cf0, #F02CC5);