#982afd
a balanced, electric violet · warm · closest name: blue
RGB
152, 42, 253
HSL
271°, 98%, 58%
CMYK
40, 83, 0, 1
Luminance
0.1542
Every format
| HEX | #982afd |
| RGB | rgb(152, 42, 253) |
| HSL | hsl(271, 98%, 58%) |
| CMYK | cmyk(40%, 83%, 0%, 1%) |
| LAB | lab(46.2 77.9 -83.3) |
| LCH | lch(46.2 114.1 313.1) |
| OKLCH | oklch(0.572 0.278 300.8) |
Copy-ready code
/* CSS */
color: #982afd;
background-color: #982afd;
/* Tailwind (arbitrary) */
class="text-[#982afd] bg-[#982afd]"
/* SCSS */
$brand: #982afd;
/* SwiftUI */
Color(red: 0.596, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#982afd")Accessibility — WCAG contrast
Aa
#982afd on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982afd on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green16.5%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#982afd text on a black background
contrast 4.08:1
Card sample
#982afd text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982afd;
Background color
Panel with #982afd background
background-color: #982afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982afd; background: linear-gradient(135deg, #982afd, #FD2AD5);