#9747eb
a balanced, electric violet · warm · closest name: slateblue
RGB
151, 71, 235
HSL
269°, 80%, 60%
CMYK
36, 70, 0, 8
Luminance
0.1708
Every format
| HEX | #9747eb |
| RGB | rgb(151, 71, 235) |
| HSL | hsl(269, 80%, 60%) |
| CMYK | cmyk(36%, 70%, 0%, 8%) |
| LAB | lab(48.4 63.0 -69.7) |
| LCH | lch(48.4 94.0 312.1) |
| OKLCH | oklch(0.583 0.234 301.8) |
Copy-ready code
/* CSS */
color: #9747eb;
background-color: #9747eb;
/* Tailwind (arbitrary) */
class="text-[#9747eb] bg-[#9747eb]"
/* SCSS */
$brand: #9747eb;
/* SwiftUI */
Color(red: 0.592, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#9747eb")Accessibility — WCAG contrast
Aa
#9747eb on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9747eb on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green27.8%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#9747eb text on a black background
contrast 4.42:1
Card sample
#9747eb text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9747eb;
Background color
Panel with #9747eb background
background-color: #9747eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9747eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9747eb; background: linear-gradient(135deg, #9747eb, #EB47D2);