#9526eb
a balanced, electric violet · warm · closest name: magenta
RGB
149, 38, 235
HSL
274°, 83%, 54%
CMYK
37, 84, 0, 8
Luminance
0.1377
Every format
| HEX | #9526eb |
| RGB | rgb(149, 38, 235) |
| HSL | hsl(274, 83%, 54%) |
| CMYK | cmyk(37%, 84%, 0%, 8%) |
| LAB | lab(43.9 74.8 -77.0) |
| LCH | lch(43.9 107.3 314.2) |
| OKLCH | oklch(0.551 0.264 303.6) |
Copy-ready code
/* CSS */
color: #9526eb;
background-color: #9526eb;
/* Tailwind (arbitrary) */
class="text-[#9526eb] bg-[#9526eb]"
/* SCSS */
$brand: #9526eb;
/* SwiftUI */
Color(red: 0.584, green: 0.149, blue: 0.922)
/* Android */
Color.parseColor("#9526eb")Accessibility — WCAG contrast
Aa
#9526eb on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9526eb on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green14.9%
Blue92.2%
CMYK percentages
Cyan36.6%
Magenta83.8%
Yellow0.0%
Key (black)7.8%
Color previews
#9526eb text on a black background
contrast 3.75:1
Card sample
#9526eb text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9526eb;
Background color
Panel with #9526eb background
background-color: #9526eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9526eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 38, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 38, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9526eb; background: linear-gradient(135deg, #9526eb, #EB26BE);