#985fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 95, 223
HSL
267°, 67%, 62%
CMYK
32, 57, 0, 13
Luminance
0.2019
Every format
| HEX | #985fdf |
| RGB | rgb(152, 95, 223) |
| HSL | hsl(267, 67%, 62%) |
| CMYK | cmyk(32%, 57%, 0%, 13%) |
| LAB | lab(52.0 48.5 -57.0) |
| LCH | lch(52.0 74.8 310.4) |
| OKLCH | oklch(0.607 0.189 301.5) |
Copy-ready code
/* CSS */
color: #985fdf;
background-color: #985fdf;
/* Tailwind (arbitrary) */
class="text-[#985fdf] bg-[#985fdf]"
/* SCSS */
$brand: #985fdf;
/* SwiftUI */
Color(red: 0.596, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#985fdf")Accessibility — WCAG contrast
Aa
#985fdf on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985fdf on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green37.3%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#985fdf text on a black background
contrast 5.04:1
Card sample
#985fdf text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985fdf;
Background color
Panel with #985fdf background
background-color: #985fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985fdf; background: linear-gradient(135deg, #985fdf, #DF5FD1);