#985fd7
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 95, 215
HSL
269°, 60%, 61%
CMYK
29, 56, 0, 16
Luminance
0.1977
Every format
| HEX | #985fd7 |
| RGB | rgb(152, 95, 215) |
| HSL | hsl(269, 60%, 61%) |
| CMYK | cmyk(29%, 56%, 0%, 16%) |
| LAB | lab(51.6 46.5 -53.2) |
| LCH | lch(51.6 70.7 311.2) |
| OKLCH | oklch(0.602 0.180 303.3) |
Copy-ready code
/* CSS */
color: #985fd7;
background-color: #985fd7;
/* Tailwind (arbitrary) */
class="text-[#985fd7] bg-[#985fd7]"
/* SCSS */
$brand: #985fd7;
/* SwiftUI */
Color(red: 0.596, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#985fd7")Accessibility — WCAG contrast
Aa
#985fd7 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985fd7 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green37.3%
Blue84.3%
CMYK percentages
Cyan29.3%
Magenta55.8%
Yellow0.0%
Key (black)15.7%
Color previews
#985fd7 text on a black background
contrast 4.95:1
Card sample
#985fd7 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985fd7;
Background color
Panel with #985fd7 background
background-color: #985fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985fd7; background: linear-gradient(135deg, #985fd7, #D75FC6);