#985fd8
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 95, 216
HSL
268°, 61%, 61%
CMYK
30, 56, 0, 15
Luminance
0.1982
Every format
| HEX | #985fd8 |
| RGB | rgb(152, 95, 216) |
| HSL | hsl(268, 61%, 61%) |
| CMYK | cmyk(30%, 56%, 0%, 15%) |
| LAB | lab(51.6 46.8 -53.7) |
| LCH | lch(51.6 71.2 311.0) |
| OKLCH | oklch(0.603 0.181 303.1) |
Copy-ready code
/* CSS */
color: #985fd8;
background-color: #985fd8;
/* Tailwind (arbitrary) */
class="text-[#985fd8] bg-[#985fd8]"
/* SCSS */
$brand: #985fd8;
/* SwiftUI */
Color(red: 0.596, green: 0.373, blue: 0.847)
/* Android */
Color.parseColor("#985fd8")Accessibility — WCAG contrast
Aa
#985fd8 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985fd8 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green37.3%
Blue84.7%
CMYK percentages
Cyan29.6%
Magenta56.0%
Yellow0.0%
Key (black)15.3%
Color previews
#985fd8 text on a black background
contrast 4.96:1
Card sample
#985fd8 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985fd8;
Background color
Panel with #985fd8 background
background-color: #985fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 95, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 95, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985fd8; background: linear-gradient(135deg, #985fd8, #D85FC7);