#982df5
a balanced, electric violet · warm · closest name: blue
RGB
152, 45, 245
HSL
272°, 91%, 57%
CMYK
38, 82, 0, 4
Luminance
0.1514
Every format
| HEX | #982df5 |
| RGB | rgb(152, 45, 245) |
| HSL | hsl(272, 91%, 57%) |
| CMYK | cmyk(38%, 82%, 0%, 4%) |
| LAB | lab(45.8 75.3 -79.5) |
| LCH | lch(45.8 109.5 313.5) |
| OKLCH | oklch(0.568 0.268 302.2) |
Copy-ready code
/* CSS */
color: #982df5;
background-color: #982df5;
/* Tailwind (arbitrary) */
class="text-[#982df5] bg-[#982df5]"
/* SCSS */
$brand: #982df5;
/* SwiftUI */
Color(red: 0.596, green: 0.176, blue: 0.961)
/* Android */
Color.parseColor("#982df5")Accessibility — WCAG contrast
Aa
#982df5 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982df5 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green17.6%
Blue96.1%
CMYK percentages
Cyan38.0%
Magenta81.6%
Yellow0.0%
Key (black)3.9%
Color previews
#982df5 text on a black background
contrast 4.03:1
Card sample
#982df5 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982df5;
Background color
Panel with #982df5 background
background-color: #982df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 45, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 45, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982df5; background: linear-gradient(135deg, #982df5, #F52DCD);