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