#9d6cff
a light, electric violet · warm · closest name: slateblue
RGB
157, 108, 255
HSL
260°, 100%, 71%
CMYK
38, 58, 0, 0
Luminance
0.2511
Every format
| HEX | #9d6cff |
| RGB | rgb(157, 108, 255) |
| HSL | hsl(260, 100%, 71%) |
| CMYK | cmyk(38%, 58%, 0%, 0%) |
| LAB | lab(57.2 50.7 -66.6) |
| LCH | lch(57.2 83.7 307.3) |
| OKLCH | oklch(0.652 0.209 295.4) |
Copy-ready code
/* CSS */
color: #9d6cff;
background-color: #9d6cff;
/* Tailwind (arbitrary) */
class="text-[#9d6cff] bg-[#9d6cff]"
/* SCSS */
$brand: #9d6cff;
/* SwiftUI */
Color(red: 0.616, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#9d6cff")Accessibility — WCAG contrast
Aa
#9d6cff on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9d6cff on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green42.4%
Blue100.0%
CMYK percentages
Cyan38.4%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#9d6cff text on a black background
contrast 6.02:1
Card sample
#9d6cff text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d6cff;
Background color
Panel with #9d6cff background
background-color: #9d6cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d6cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d6cff; background: linear-gradient(135deg, #9d6cff, #FF6CFF);