#985cd5
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 92, 213
HSL
270°, 59%, 60%
CMYK
29, 57, 0, 17
Luminance
0.1913
Every format
| HEX | #985cd5 |
| RGB | rgb(152, 92, 213) |
| HSL | hsl(270, 59%, 60%) |
| CMYK | cmyk(29%, 57%, 0%, 17%) |
| LAB | lab(50.8 47.6 -53.3) |
| LCH | lch(50.8 71.5 311.8) |
| OKLCH | oklch(0.596 0.182 304.3) |
Copy-ready code
/* CSS */
color: #985cd5;
background-color: #985cd5;
/* Tailwind (arbitrary) */
class="text-[#985cd5] bg-[#985cd5]"
/* SCSS */
$brand: #985cd5;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.835)
/* Android */
Color.parseColor("#985cd5")Accessibility — WCAG contrast
Aa
#985cd5 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985cd5 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue83.5%
CMYK percentages
Cyan28.6%
Magenta56.8%
Yellow0.0%
Key (black)16.5%
Color previews
#985cd5 text on a black background
contrast 4.83:1
Card sample
#985cd5 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985cd5;
Background color
Panel with #985cd5 background
background-color: #985cd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985cd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985cd5; background: linear-gradient(135deg, #985cd5, #D55CC1);