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