#983eee
a balanced, electric violet · warm · closest name: slateblue
RGB
152, 62, 238
HSL
271°, 84%, 59%
CMYK
36, 74, 0, 7
Luminance
0.1629
Every format
| HEX | #983eee |
| RGB | rgb(152, 62, 238) |
| HSL | hsl(271, 84%, 59%) |
| CMYK | cmyk(36%, 74%, 0%, 7%) |
| LAB | lab(47.4 67.7 -73.0) |
| LCH | lch(47.4 99.6 312.8) |
| OKLCH | oklch(0.577 0.247 302.4) |
Copy-ready code
/* CSS */
color: #983eee;
background-color: #983eee;
/* Tailwind (arbitrary) */
class="text-[#983eee] bg-[#983eee]"
/* SCSS */
$brand: #983eee;
/* SwiftUI */
Color(red: 0.596, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#983eee")Accessibility — WCAG contrast
Aa
#983eee on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#983eee on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green24.3%
Blue93.3%
CMYK percentages
Cyan36.1%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#983eee text on a black background
contrast 4.26:1
Card sample
#983eee text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983eee;
Background color
Panel with #983eee background
background-color: #983eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983eee; background: linear-gradient(135deg, #983eee, #EE3ECF);