#985fdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 95, 219
HSL
268°, 63%, 62%
CMYK
31, 57, 0, 14
Luminance
0.1997
Every format
| HEX | #985fdb |
| RGB | rgb(152, 95, 219) |
| HSL | hsl(268, 63%, 62%) |
| CMYK | cmyk(31%, 57%, 0%, 14%) |
| LAB | lab(51.8 47.5 -55.1) |
| LCH | lch(51.8 72.8 310.7) |
| OKLCH | oklch(0.605 0.185 302.4) |
Copy-ready code
/* CSS */
color: #985fdb;
background-color: #985fdb;
/* Tailwind (arbitrary) */
class="text-[#985fdb] bg-[#985fdb]"
/* SCSS */
$brand: #985fdb;
/* SwiftUI */
Color(red: 0.596, green: 0.373, blue: 0.859)
/* Android */
Color.parseColor("#985fdb")Accessibility — WCAG contrast
Aa
#985fdb on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985fdb on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green37.3%
Blue85.9%
CMYK percentages
Cyan30.6%
Magenta56.6%
Yellow0.0%
Key (black)14.1%
Color previews
#985fdb text on a black background
contrast 4.99:1
Card sample
#985fdb text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985fdb;
Background color
Panel with #985fdb background
background-color: #985fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 95, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 95, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985fdb; background: linear-gradient(135deg, #985fdb, #DB5FCB);