#9c60eb
a balanced, electric violet · warm · closest name: slateblue
RGB
156, 96, 235
HSL
266°, 78%, 65%
CMYK
34, 59, 0, 8
Luminance
0.2143
Every format
| HEX | #9c60eb |
| RGB | rgb(156, 96, 235) |
| HSL | hsl(266, 78%, 65%) |
| CMYK | cmyk(34%, 59%, 0%, 8%) |
| LAB | lab(53.4 51.8 -61.5) |
| LCH | lch(53.4 80.4 310.1) |
| OKLCH | oklch(0.621 0.203 300.5) |
Copy-ready code
/* CSS */
color: #9c60eb;
background-color: #9c60eb;
/* Tailwind (arbitrary) */
class="text-[#9c60eb] bg-[#9c60eb]"
/* SCSS */
$brand: #9c60eb;
/* SwiftUI */
Color(red: 0.612, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#9c60eb")Accessibility — WCAG contrast
Aa
#9c60eb on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c60eb on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green37.6%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#9c60eb text on a black background
contrast 5.29:1
Card sample
#9c60eb text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c60eb;
Background color
Panel with #9c60eb background
background-color: #9c60eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c60eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c60eb; background: linear-gradient(135deg, #9c60eb, #EB60DD);