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