#982dbe
a balanced, vivid violet · warm · closest name: purple
RGB
152, 45, 190
HSL
284°, 62%, 46%
CMYK
20, 76, 0, 26
Luminance
0.1227
Every format
| HEX | #982dbe |
| RGB | rgb(152, 45, 190) |
| HSL | hsl(284, 62%, 46%) |
| CMYK | cmyk(20%, 76%, 0%, 26%) |
| LAB | lab(41.6 63.9 -54.8) |
| LCH | lch(41.6 84.2 319.4) |
| OKLCH | oklch(0.525 0.220 315.3) |
Copy-ready code
/* CSS */
color: #982dbe;
background-color: #982dbe;
/* Tailwind (arbitrary) */
class="text-[#982dbe] bg-[#982dbe]"
/* SCSS */
$brand: #982dbe;
/* SwiftUI */
Color(red: 0.596, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#982dbe")Accessibility — WCAG contrast
Aa
#982dbe on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#982dbe on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green17.6%
Blue74.5%
CMYK percentages
Cyan20.0%
Magenta76.3%
Yellow0.0%
Key (black)25.5%
Color previews
#982dbe text on a black background
contrast 3.45:1
Card sample
#982dbe text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #982dbe;
Background color
Panel with #982dbe background
background-color: #982dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #982dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #982dbe; background: linear-gradient(135deg, #982dbe, #BE2D83);