#985ccf
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 92, 207
HSL
271°, 55%, 59%
CMYK
27, 56, 0, 19
Luminance
0.1883
Every format
| HEX | #985ccf |
| RGB | rgb(152, 92, 207) |
| HSL | hsl(271, 55%, 59%) |
| CMYK | cmyk(27%, 56%, 0%, 19%) |
| LAB | lab(50.5 46.2 -50.4) |
| LCH | lch(50.5 68.4 312.5) |
| OKLCH | oklch(0.593 0.175 305.8) |
Copy-ready code
/* CSS */
color: #985ccf;
background-color: #985ccf;
/* Tailwind (arbitrary) */
class="text-[#985ccf] bg-[#985ccf]"
/* SCSS */
$brand: #985ccf;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.812)
/* Android */
Color.parseColor("#985ccf")Accessibility — WCAG contrast
Aa
#985ccf on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985ccf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue81.2%
CMYK percentages
Cyan26.6%
Magenta55.6%
Yellow0.0%
Key (black)18.8%
Color previews
#985ccf text on a black background
contrast 4.77:1
Card sample
#985ccf text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985ccf;
Background color
Panel with #985ccf background
background-color: #985ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985ccf; background: linear-gradient(135deg, #985ccf, #CF5CB9);