#983cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 60, 223
HSL
274°, 72%, 56%
CMYK
32, 73, 0, 13
Luminance
0.1523
Every format
| HEX | #983cdf |
| RGB | rgb(152, 60, 223) |
| HSL | hsl(274, 72%, 56%) |
| CMYK | cmyk(32%, 73%, 0%, 13%) |
| LAB | lab(46.0 65.2 -66.8) |
| LCH | lch(46.0 93.3 314.3) |
| OKLCH | oklch(0.563 0.234 305.8) |
Copy-ready code
/* CSS */
color: #983cdf;
background-color: #983cdf;
/* Tailwind (arbitrary) */
class="text-[#983cdf] bg-[#983cdf]"
/* SCSS */
$brand: #983cdf;
/* SwiftUI */
Color(red: 0.596, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#983cdf")Accessibility — WCAG contrast
Aa
#983cdf on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#983cdf on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green23.5%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#983cdf text on a black background
contrast 4.05:1
Card sample
#983cdf text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983cdf;
Background color
Panel with #983cdf background
background-color: #983cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983cdf; background: linear-gradient(135deg, #983cdf, #DF3CB9);