#983cb2
a balanced, vivid violet · warm · closest name: purple
RGB
152, 60, 178
HSL
287°, 50%, 47%
CMYK
15, 66, 0, 30
Luminance
0.1312
Every format
| HEX | #983cb2 |
| RGB | rgb(152, 60, 178) |
| HSL | hsl(287, 50%, 47%) |
| CMYK | cmyk(15%, 66%, 0%, 30%) |
| LAB | lab(43.0 55.7 -45.6) |
| LCH | lch(43.0 72.0 320.7) |
| OKLCH | oklch(0.532 0.191 318.0) |
Copy-ready code
/* CSS */
color: #983cb2;
background-color: #983cb2;
/* Tailwind (arbitrary) */
class="text-[#983cb2] bg-[#983cb2]"
/* SCSS */
$brand: #983cb2;
/* SwiftUI */
Color(red: 0.596, green: 0.235, blue: 0.698)
/* Android */
Color.parseColor("#983cb2")Accessibility — WCAG contrast
Aa
#983cb2 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#983cb2 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green23.5%
Blue69.8%
CMYK percentages
Cyan14.6%
Magenta66.3%
Yellow0.0%
Key (black)30.2%
Color previews
#983cb2 text on a black background
contrast 3.62:1
Card sample
#983cb2 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983cb2;
Background color
Panel with #983cb2 background
background-color: #983cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 60, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 60, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983cb2; background: linear-gradient(135deg, #983cb2, #B23C7D);