#9947eb
a balanced, electric violet · warm · closest name: slateblue
RGB
153, 71, 235
HSL
270°, 80%, 60%
CMYK
35, 70, 0, 8
Luminance
0.1728
Every format
| HEX | #9947eb |
| RGB | rgb(153, 71, 235) |
| HSL | hsl(270, 80%, 60%) |
| CMYK | cmyk(35%, 70%, 0%, 8%) |
| LAB | lab(48.6 63.4 -69.3) |
| LCH | lch(48.6 93.9 312.4) |
| OKLCH | oklch(0.585 0.234 302.5) |
Copy-ready code
/* CSS */
color: #9947eb;
background-color: #9947eb;
/* Tailwind (arbitrary) */
class="text-[#9947eb] bg-[#9947eb]"
/* SCSS */
$brand: #9947eb;
/* SwiftUI */
Color(red: 0.600, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#9947eb")Accessibility — WCAG contrast
Aa
#9947eb on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9947eb on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green27.8%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#9947eb text on a black background
contrast 4.46:1
Card sample
#9947eb text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9947eb;
Background color
Panel with #9947eb background
background-color: #9947eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9947eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9947eb; background: linear-gradient(135deg, #9947eb, #EB47D0);