#9c6dfd
a light, electric violet · warm · closest name: slateblue
RGB
156, 109, 253
HSL
260°, 97%, 71%
CMYK
38, 57, 0, 1
Luminance
0.2510
Every format
| HEX | #9c6dfd |
| RGB | rgb(156, 109, 253) |
| HSL | hsl(260, 97%, 71%) |
| CMYK | cmyk(38%, 57%, 0%, 1%) |
| LAB | lab(57.2 49.4 -65.5) |
| LCH | lch(57.2 82.0 307.0) |
| OKLCH | oklch(0.652 0.206 295.1) |
Copy-ready code
/* CSS */
color: #9c6dfd;
background-color: #9c6dfd;
/* Tailwind (arbitrary) */
class="text-[#9c6dfd] bg-[#9c6dfd]"
/* SCSS */
$brand: #9c6dfd;
/* SwiftUI */
Color(red: 0.612, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#9c6dfd")Accessibility — WCAG contrast
Aa
#9c6dfd on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c6dfd on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green42.7%
Blue99.2%
CMYK percentages
Cyan38.3%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#9c6dfd text on a black background
contrast 6.02:1
Card sample
#9c6dfd text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c6dfd;
Background color
Panel with #9c6dfd background
background-color: #9c6dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c6dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c6dfd; background: linear-gradient(135deg, #9c6dfd, #FC6DFD);