#9b0ae4
a balanced, electric violet · warm · closest name: magenta
RGB
155, 10, 228
HSL
280°, 92%, 47%
CMYK
32, 96, 0, 11
Luminance
0.1279
Every format
| HEX | #9b0ae4 |
| RGB | rgb(155, 10, 228) |
| HSL | hsl(280, 92%, 47%) |
| CMYK | cmyk(32%, 96%, 0%, 11%) |
| LAB | lab(42.4 79.3 -75.4) |
| LCH | lch(42.4 109.4 316.5) |
| OKLCH | oklch(0.541 0.273 308.0) |
Copy-ready code
/* CSS */
color: #9b0ae4;
background-color: #9b0ae4;
/* Tailwind (arbitrary) */
class="text-[#9b0ae4] bg-[#9b0ae4]"
/* SCSS */
$brand: #9b0ae4;
/* SwiftUI */
Color(red: 0.608, green: 0.039, blue: 0.894)
/* Android */
Color.parseColor("#9b0ae4")Accessibility — WCAG contrast
Aa
#9b0ae4 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b0ae4 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green3.9%
Blue89.4%
CMYK percentages
Cyan32.0%
Magenta95.6%
Yellow0.0%
Key (black)10.6%
Color previews
#9b0ae4 text on a black background
contrast 3.56:1
Card sample
#9b0ae4 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0ae4;
Background color
Panel with #9b0ae4 background
background-color: #9b0ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 10, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 10, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0ae4; background: linear-gradient(135deg, #9b0ae4, #E40A9C);