#9752eb
a balanced, electric violet · warm · closest name: slateblue
RGB
151, 82, 235
HSL
267°, 79%, 62%
CMYK
36, 65, 0, 8
Luminance
0.1861
Every format
| HEX | #9752eb |
| RGB | rgb(151, 82, 235) |
| HSL | hsl(267, 79%, 62%) |
| CMYK | cmyk(36%, 65%, 0%, 8%) |
| LAB | lab(50.2 57.9 -66.7) |
| LCH | lch(50.2 88.3 310.9) |
| OKLCH | oklch(0.596 0.220 300.5) |
Copy-ready code
/* CSS */
color: #9752eb;
background-color: #9752eb;
/* Tailwind (arbitrary) */
class="text-[#9752eb] bg-[#9752eb]"
/* SCSS */
$brand: #9752eb;
/* SwiftUI */
Color(red: 0.592, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#9752eb")Accessibility — WCAG contrast
Aa
#9752eb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9752eb on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green32.2%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#9752eb text on a black background
contrast 4.72:1
Card sample
#9752eb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9752eb;
Background color
Panel with #9752eb background
background-color: #9752eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9752eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9752eb; background: linear-gradient(135deg, #9752eb, #EB52D9);