#982eb9
a balanced, vivid violet · warm · closest name: purple
RGB
152, 46, 185
HSL
286°, 60%, 45%
CMYK
18, 75, 0, 28
Luminance
0.1213
Every format
| HEX | #982eb9 |
| RGB | rgb(152, 46, 185) |
| HSL | hsl(286, 60%, 45%) |
| CMYK | cmyk(18%, 75%, 0%, 28%) |
| LAB | lab(41.4 62.6 -52.2) |
| LCH | lch(41.4 81.5 320.2) |
| OKLCH | oklch(0.523 0.214 316.7) |
Copy-ready code
/* CSS */
color: #982eb9;
background-color: #982eb9;
/* Tailwind (arbitrary) */
class="text-[#982eb9] bg-[#982eb9]"
/* SCSS */
$brand: #982eb9;
/* SwiftUI */
Color(red: 0.596, green: 0.180, blue: 0.725)
/* Android */
Color.parseColor("#982eb9")Accessibility — WCAG contrast
Aa
#982eb9 on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982eb9 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green18.0%
Blue72.5%
CMYK percentages
Cyan17.8%
Magenta75.1%
Yellow0.0%
Key (black)27.5%
Color previews
#982eb9 text on a black background
contrast 3.43:1
Card sample
#982eb9 text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982eb9;
Background color
Panel with #982eb9 background
background-color: #982eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 46, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 46, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982eb9; background: linear-gradient(135deg, #982eb9, #B92E7D);