#9f5ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
159, 90, 222
HSL
271°, 67%, 61%
CMYK
28, 60, 0, 13
Luminance
0.1996
Every format
| HEX | #9f5ade |
| RGB | rgb(159, 90, 222) |
| HSL | hsl(271, 67%, 61%) |
| CMYK | cmyk(28%, 60%, 0%, 13%) |
| LAB | lab(51.8 52.5 -56.8) |
| LCH | lch(51.8 77.3 312.7) |
| OKLCH | oklch(0.607 0.197 305.4) |
Copy-ready code
/* CSS */
color: #9f5ade;
background-color: #9f5ade;
/* Tailwind (arbitrary) */
class="text-[#9f5ade] bg-[#9f5ade]"
/* SCSS */
$brand: #9f5ade;
/* SwiftUI */
Color(red: 0.624, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#9f5ade")Accessibility — WCAG contrast
Aa
#9f5ade on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f5ade on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green35.3%
Blue87.1%
CMYK percentages
Cyan28.4%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#9f5ade text on a black background
contrast 4.99:1
Card sample
#9f5ade text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f5ade;
Background color
Panel with #9f5ade background
background-color: #9f5ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f5ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f5ade; background: linear-gradient(135deg, #9f5ade, #DE5AC5);