#985bc1
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 91, 193
HSL
276°, 45%, 56%
CMYK
21, 53, 0, 24
Luminance
0.1801
Every format
| HEX | #985bc1 |
| RGB | rgb(152, 91, 193) |
| HSL | hsl(276, 45%, 56%) |
| CMYK | cmyk(21%, 53%, 0%, 24%) |
| LAB | lab(49.5 43.5 -43.9) |
| LCH | lch(49.5 61.8 314.7) |
| OKLCH | oklch(0.583 0.160 309.9) |
Copy-ready code
/* CSS */
color: #985bc1;
background-color: #985bc1;
/* Tailwind (arbitrary) */
class="text-[#985bc1] bg-[#985bc1]"
/* SCSS */
$brand: #985bc1;
/* SwiftUI */
Color(red: 0.596, green: 0.357, blue: 0.757)
/* Android */
Color.parseColor("#985bc1")Accessibility — WCAG contrast
Aa
#985bc1 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985bc1 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green35.7%
Blue75.7%
CMYK percentages
Cyan21.2%
Magenta52.8%
Yellow0.0%
Key (black)24.3%
Color previews
#985bc1 text on a black background
contrast 4.60:1
Card sample
#985bc1 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985bc1;
Background color
Panel with #985bc1 background
background-color: #985bc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985bc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 91, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 91, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985bc1; background: linear-gradient(135deg, #985bc1, #C15BA6);