#985cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 92, 223
HSL
268°, 67%, 62%
CMYK
32, 59, 0, 13
Luminance
0.1966
Every format
| HEX | #985cdf |
| RGB | rgb(152, 92, 223) |
| HSL | hsl(268, 67%, 62%) |
| CMYK | cmyk(32%, 59%, 0%, 13%) |
| LAB | lab(51.5 50.1 -58.0) |
| LCH | lch(51.5 76.6 310.8) |
| OKLCH | oklch(0.603 0.194 302.0) |
Copy-ready code
/* CSS */
color: #985cdf;
background-color: #985cdf;
/* Tailwind (arbitrary) */
class="text-[#985cdf] bg-[#985cdf]"
/* SCSS */
$brand: #985cdf;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#985cdf")Accessibility — WCAG contrast
Aa
#985cdf on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985cdf on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#985cdf text on a black background
contrast 4.93:1
Card sample
#985cdf text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985cdf;
Background color
Panel with #985cdf background
background-color: #985cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985cdf; background: linear-gradient(135deg, #985cdf, #DF5CCF);