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