#983ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 60, 204
HSL
278°, 59%, 52%
CMYK
26, 71, 0, 20
Luminance
0.1427
Every format
| HEX | #983ccc |
| RGB | rgb(152, 60, 204) |
| HSL | hsl(278, 59%, 52%) |
| CMYK | cmyk(26%, 71%, 0%, 20%) |
| LAB | lab(44.6 61.0 -58.1) |
| LCH | lch(44.6 84.3 316.4) |
| OKLCH | oklch(0.550 0.216 310.4) |
Copy-ready code
/* CSS */
color: #983ccc;
background-color: #983ccc;
/* Tailwind (arbitrary) */
class="text-[#983ccc] bg-[#983ccc]"
/* SCSS */
$brand: #983ccc;
/* SwiftUI */
Color(red: 0.596, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#983ccc")Accessibility — WCAG contrast
Aa
#983ccc on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#983ccc on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green23.5%
Blue80.0%
CMYK percentages
Cyan25.5%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#983ccc text on a black background
contrast 3.85:1
Card sample
#983ccc text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983ccc;
Background color
Panel with #983ccc background
background-color: #983ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983ccc; background: linear-gradient(135deg, #983ccc, #CC3CA0);