#9b50c0
a balanced, vivid violet · warm · closest name: slateblue
RGB
155, 80, 192
HSL
280°, 47%, 53%
CMYK
19, 58, 0, 25
Luminance
0.1651
Every format
| HEX | #9b50c0 |
| RGB | rgb(155, 80, 192) |
| HSL | hsl(280, 47%, 53%) |
| CMYK | cmyk(19%, 58%, 0%, 25%) |
| LAB | lab(47.6 49.9 -46.3) |
| LCH | lch(47.6 68.0 317.1) |
| OKLCH | oklch(0.570 0.178 313.1) |
Copy-ready code
/* CSS */
color: #9b50c0;
background-color: #9b50c0;
/* Tailwind (arbitrary) */
class="text-[#9b50c0] bg-[#9b50c0]"
/* SCSS */
$brand: #9b50c0;
/* SwiftUI */
Color(red: 0.608, green: 0.314, blue: 0.753)
/* Android */
Color.parseColor("#9b50c0")Accessibility — WCAG contrast
Aa
#9b50c0 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b50c0 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green31.4%
Blue75.3%
CMYK percentages
Cyan19.3%
Magenta58.3%
Yellow0.0%
Key (black)24.7%
Color previews
#9b50c0 text on a black background
contrast 4.30:1
Card sample
#9b50c0 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b50c0;
Background color
Panel with #9b50c0 background
background-color: #9b50c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b50c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 80, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 80, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b50c0; background: linear-gradient(135deg, #9b50c0, #C0509A);