#9652ba
a balanced, soft violet · warm · closest name: slateblue
RGB
150, 82, 186
HSL
279°, 43%, 53%
CMYK
19, 56, 0, 27
Luminance
0.1606
Every format
| HEX | #9652ba |
| RGB | rgb(150, 82, 186) |
| HSL | hsl(279, 43%, 53%) |
| CMYK | cmyk(19%, 56%, 0%, 27%) |
| LAB | lab(47.1 46.2 -43.8) |
| LCH | lch(47.1 63.6 316.6) |
| OKLCH | oklch(0.563 0.166 312.4) |
Copy-ready code
/* CSS */
color: #9652ba;
background-color: #9652ba;
/* Tailwind (arbitrary) */
class="text-[#9652ba] bg-[#9652ba]"
/* SCSS */
$brand: #9652ba;
/* SwiftUI */
Color(red: 0.588, green: 0.322, blue: 0.729)
/* Android */
Color.parseColor("#9652ba")Accessibility — WCAG contrast
Aa
#9652ba on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9652ba on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green32.2%
Blue72.9%
CMYK percentages
Cyan19.4%
Magenta55.9%
Yellow0.0%
Key (black)27.1%
Color previews
#9652ba text on a black background
contrast 4.21:1
Card sample
#9652ba text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9652ba;
Background color
Panel with #9652ba background
background-color: #9652ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9652ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 82, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 82, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9652ba; background: linear-gradient(135deg, #9652ba, #BA5299);