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