#9b6dcf
a balanced, vivid violet · warm · closest name: slateblue
RGB
155, 109, 207
HSL
268°, 51%, 62%
CMYK
25, 47, 0, 19
Luminance
0.2241
Every format
| HEX | #9b6dcf |
| RGB | rgb(155, 109, 207) |
| HSL | hsl(268, 51%, 62%) |
| CMYK | cmyk(25%, 47%, 0%, 19%) |
| LAB | lab(54.5 37.6 -44.1) |
| LCH | lch(54.5 58.0 310.5) |
| OKLCH | oklch(0.623 0.149 304.1) |
Copy-ready code
/* CSS */
color: #9b6dcf;
background-color: #9b6dcf;
/* Tailwind (arbitrary) */
class="text-[#9b6dcf] bg-[#9b6dcf]"
/* SCSS */
$brand: #9b6dcf;
/* SwiftUI */
Color(red: 0.608, green: 0.427, blue: 0.812)
/* Android */
Color.parseColor("#9b6dcf")Accessibility — WCAG contrast
Aa
#9b6dcf on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b6dcf on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green42.7%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta47.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9b6dcf text on a black background
contrast 5.48:1
Card sample
#9b6dcf text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b6dcf;
Background color
Panel with #9b6dcf background
background-color: #9b6dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b6dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 109, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 109, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b6dcf; background: linear-gradient(135deg, #9b6dcf, #CF6DC2);