#9e50d1
a balanced, vivid violet · warm · closest name: slateblue
RGB
158, 80, 209
HSL
276°, 58%, 57%
CMYK
24, 62, 0, 18
Luminance
0.1761
Every format
| HEX | #9e50d1 |
| RGB | rgb(158, 80, 209) |
| HSL | hsl(276, 58%, 57%) |
| CMYK | cmyk(24%, 62%, 0%, 18%) |
| LAB | lab(49.0 54.3 -53.9) |
| LCH | lch(49.0 76.5 315.2) |
| OKLCH | oklch(0.584 0.197 309.5) |
Copy-ready code
/* CSS */
color: #9e50d1;
background-color: #9e50d1;
/* Tailwind (arbitrary) */
class="text-[#9e50d1] bg-[#9e50d1]"
/* SCSS */
$brand: #9e50d1;
/* SwiftUI */
Color(red: 0.620, green: 0.314, blue: 0.820)
/* Android */
Color.parseColor("#9e50d1")Accessibility — WCAG contrast
Aa
#9e50d1 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e50d1 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green31.4%
Blue82.0%
CMYK percentages
Cyan24.4%
Magenta61.7%
Yellow0.0%
Key (black)18.0%
Color previews
#9e50d1 text on a black background
contrast 4.52:1
Card sample
#9e50d1 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e50d1;
Background color
Panel with #9e50d1 background
background-color: #9e50d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e50d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 80, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 80, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e50d1; background: linear-gradient(135deg, #9e50d1, #D150AE);