#982fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
152, 47, 223
HSL
276°, 73%, 53%
CMYK
32, 79, 0, 13
Luminance
0.1404
Every format
| HEX | #982fdf |
| RGB | rgb(152, 47, 223) |
| HSL | hsl(276, 73%, 53%) |
| CMYK | cmyk(32%, 79%, 0%, 13%) |
| LAB | lab(44.3 70.0 -69.5) |
| LCH | lch(44.3 98.7 315.2) |
| OKLCH | oklch(0.552 0.247 306.7) |
Copy-ready code
/* CSS */
color: #982fdf;
background-color: #982fdf;
/* Tailwind (arbitrary) */
class="text-[#982fdf] bg-[#982fdf]"
/* SCSS */
$brand: #982fdf;
/* SwiftUI */
Color(red: 0.596, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#982fdf")Accessibility — WCAG contrast
Aa
#982fdf on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982fdf on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green18.4%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#982fdf text on a black background
contrast 3.81:1
Card sample
#982fdf text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982fdf;
Background color
Panel with #982fdf background
background-color: #982fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982fdf; background: linear-gradient(135deg, #982fdf, #DF2FB1);