#9529eb
a balanced, electric violet · warm · closest name: magenta
RGB
149, 41, 235
HSL
273°, 83%, 54%
CMYK
37, 83, 0, 8
Luminance
0.1397
Every format
| HEX | #9529eb |
| RGB | rgb(149, 41, 235) |
| HSL | hsl(273, 83%, 54%) |
| CMYK | cmyk(37%, 83%, 0%, 8%) |
| LAB | lab(44.2 73.9 -76.5) |
| LCH | lch(44.2 106.4 314.0) |
| OKLCH | oklch(0.553 0.262 303.4) |
Copy-ready code
/* CSS */
color: #9529eb;
background-color: #9529eb;
/* Tailwind (arbitrary) */
class="text-[#9529eb] bg-[#9529eb]"
/* SCSS */
$brand: #9529eb;
/* SwiftUI */
Color(red: 0.584, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#9529eb")Accessibility — WCAG contrast
Aa
#9529eb on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9529eb on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green16.1%
Blue92.2%
CMYK percentages
Cyan36.6%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9529eb text on a black background
contrast 3.79:1
Card sample
#9529eb text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9529eb;
Background color
Panel with #9529eb background
background-color: #9529eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9529eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9529eb; background: linear-gradient(135deg, #9529eb, #EB29C0);