#983dfd
a balanced, electric violet · warm · closest name: blue
RGB
152, 61, 253
HSL
268°, 98%, 62%
CMYK
40, 76, 0, 1
Luminance
0.1710
Every format
| HEX | #983dfd |
| RGB | rgb(152, 61, 253) |
| HSL | hsl(268, 98%, 62%) |
| CMYK | cmyk(40%, 76%, 0%, 1%) |
| LAB | lab(48.4 71.5 -79.8) |
| LCH | lch(48.4 107.1 311.9) |
| OKLCH | oklch(0.588 0.262 299.6) |
Copy-ready code
/* CSS */
color: #983dfd;
background-color: #983dfd;
/* Tailwind (arbitrary) */
class="text-[#983dfd] bg-[#983dfd]"
/* SCSS */
$brand: #983dfd;
/* SwiftUI */
Color(red: 0.596, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#983dfd")Accessibility — WCAG contrast
Aa
#983dfd on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#983dfd on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green23.9%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#983dfd text on a black background
contrast 4.42:1
Card sample
#983dfd text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #983dfd;
Background color
Panel with #983dfd background
background-color: #983dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #983dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #983dfd; background: linear-gradient(135deg, #983dfd, #FD3DE2);