#985dfd
a light, electric violet · warm · closest name: slateblue
RGB
152, 93, 253
HSL
262°, 98%, 68%
CMYK
40, 63, 0, 1
Luminance
0.2160
Every format
| HEX | #985dfd |
| RGB | rgb(152, 93, 253) |
| HSL | hsl(262, 98%, 68%) |
| CMYK | cmyk(40%, 63%, 0%, 1%) |
| LAB | lab(53.6 57.0 -71.3) |
| LCH | lch(53.6 91.3 308.6) |
| OKLCH | oklch(0.625 0.227 296.2) |
Copy-ready code
/* CSS */
color: #985dfd;
background-color: #985dfd;
/* Tailwind (arbitrary) */
class="text-[#985dfd] bg-[#985dfd]"
/* SCSS */
$brand: #985dfd;
/* SwiftUI */
Color(red: 0.596, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#985dfd")Accessibility — WCAG contrast
Aa
#985dfd on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985dfd on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.5%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#985dfd text on a black background
contrast 5.32:1
Card sample
#985dfd text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985dfd;
Background color
Panel with #985dfd background
background-color: #985dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985dfd; background: linear-gradient(135deg, #985dfd, #FD5DF7);