#985bfd
a light, electric violet · warm · closest name: slateblue
RGB
152, 91, 253
HSL
263°, 98%, 68%
CMYK
40, 64, 0, 1
Luminance
0.2125
Every format
| HEX | #985bfd |
| RGB | rgb(152, 91, 253) |
| HSL | hsl(263, 98%, 68%) |
| CMYK | cmyk(40%, 64%, 0%, 1%) |
| LAB | lab(53.2 58.0 -71.9) |
| LCH | lch(53.2 92.4 308.9) |
| OKLCH | oklch(0.622 0.229 296.4) |
Copy-ready code
/* CSS */
color: #985bfd;
background-color: #985bfd;
/* Tailwind (arbitrary) */
class="text-[#985bfd] bg-[#985bfd]"
/* SCSS */
$brand: #985bfd;
/* SwiftUI */
Color(red: 0.596, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#985bfd")Accessibility — WCAG contrast
Aa
#985bfd on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985bfd on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green35.7%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#985bfd text on a black background
contrast 5.25:1
Card sample
#985bfd text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985bfd;
Background color
Panel with #985bfd background
background-color: #985bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985bfd; background: linear-gradient(135deg, #985bfd, #FD5BF6);