#983fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 63, 223
HSL
273°, 71%, 56%
CMYK
32, 72, 0, 13
Luminance
0.1556
Every format
| HEX | #983fdf |
| RGB | rgb(152, 63, 223) |
| HSL | hsl(273, 71%, 56%) |
| CMYK | cmyk(32%, 72%, 0%, 13%) |
| LAB | lab(46.4 63.9 -66.1) |
| LCH | lch(46.4 92.0 314.0) |
| OKLCH | oklch(0.566 0.231 305.5) |
Copy-ready code
/* CSS */
color: #983fdf;
background-color: #983fdf;
/* Tailwind (arbitrary) */
class="text-[#983fdf] bg-[#983fdf]"
/* SCSS */
$brand: #983fdf;
/* SwiftUI */
Color(red: 0.596, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#983fdf")Accessibility — WCAG contrast
Aa
#983fdf on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#983fdf on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green24.7%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#983fdf text on a black background
contrast 4.11:1
Card sample
#983fdf text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983fdf;
Background color
Panel with #983fdf background
background-color: #983fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983fdf; background: linear-gradient(135deg, #983fdf, #DF3FBB);