#985cd9
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 92, 217
HSL
269°, 62%, 61%
CMYK
30, 58, 0, 15
Luminance
0.1934
Every format
| HEX | #985cd9 |
| RGB | rgb(152, 92, 217) |
| HSL | hsl(269, 62%, 61%) |
| CMYK | cmyk(30%, 58%, 0%, 15%) |
| LAB | lab(51.1 48.6 -55.1) |
| LCH | lch(51.1 73.5 311.4) |
| OKLCH | oklch(0.599 0.187 303.4) |
Copy-ready code
/* CSS */
color: #985cd9;
background-color: #985cd9;
/* Tailwind (arbitrary) */
class="text-[#985cd9] bg-[#985cd9]"
/* SCSS */
$brand: #985cd9;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.851)
/* Android */
Color.parseColor("#985cd9")Accessibility — WCAG contrast
Aa
#985cd9 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985cd9 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue85.1%
CMYK percentages
Cyan30.0%
Magenta57.6%
Yellow0.0%
Key (black)14.9%
Color previews
#985cd9 text on a black background
contrast 4.87:1
Card sample
#985cd9 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985cd9;
Background color
Panel with #985cd9 background
background-color: #985cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985cd9; background: linear-gradient(135deg, #985cd9, #D95CC7);