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