#9552eb
a balanced, electric violet · warm · closest name: slateblue
RGB
149, 82, 235
HSL
266°, 79%, 62%
CMYK
37, 65, 0, 8
Luminance
0.1842
Every format
| HEX | #9552eb |
| RGB | rgb(149, 82, 235) |
| HSL | hsl(266, 79%, 62%) |
| CMYK | cmyk(37%, 65%, 0%, 8%) |
| LAB | lab(50.0 57.5 -67.1) |
| LCH | lch(50.0 88.3 310.6) |
| OKLCH | oklch(0.594 0.220 299.8) |
Copy-ready code
/* CSS */
color: #9552eb;
background-color: #9552eb;
/* Tailwind (arbitrary) */
class="text-[#9552eb] bg-[#9552eb]"
/* SCSS */
$brand: #9552eb;
/* SwiftUI */
Color(red: 0.584, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#9552eb")Accessibility — WCAG contrast
Aa
#9552eb on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9552eb on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green32.2%
Blue92.2%
CMYK percentages
Cyan36.6%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#9552eb text on a black background
contrast 4.68:1
Card sample
#9552eb text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9552eb;
Background color
Panel with #9552eb background
background-color: #9552eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9552eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9552eb; background: linear-gradient(135deg, #9552eb, #EB52DB);