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