#9656f6
a light, electric violet · warm · closest name: slateblue
RGB
150, 86, 246
HSL
264°, 90%, 65%
CMYK
39, 65, 0, 4
Luminance
0.1979
Every format
| HEX | #9656f6 |
| RGB | rgb(150, 86, 246) |
| HSL | hsl(264, 90%, 65%) |
| CMYK | cmyk(39%, 65%, 0%, 4%) |
| LAB | lab(51.6 58.4 -70.6) |
| LCH | lch(51.6 91.6 309.6) |
| OKLCH | oklch(0.608 0.227 297.6) |
Copy-ready code
/* CSS */
color: #9656f6;
background-color: #9656f6;
/* Tailwind (arbitrary) */
class="text-[#9656f6] bg-[#9656f6]"
/* SCSS */
$brand: #9656f6;
/* SwiftUI */
Color(red: 0.588, green: 0.337, blue: 0.965)
/* Android */
Color.parseColor("#9656f6")Accessibility — WCAG contrast
Aa
#9656f6 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9656f6 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green33.7%
Blue96.5%
CMYK percentages
Cyan39.0%
Magenta65.0%
Yellow0.0%
Key (black)3.5%
Color previews
#9656f6 text on a black background
contrast 4.96:1
Card sample
#9656f6 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9656f6;
Background color
Panel with #9656f6 background
background-color: #9656f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9656f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 86, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 86, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9656f6; background: linear-gradient(135deg, #9656f6, #F656EB);