#9e74f1
a light, electric violet · warm · closest name: slateblue
RGB
158, 116, 241
HSL
260°, 82%, 70%
CMYK
34, 52, 0, 6
Luminance
0.2611
Every format
| HEX | #9e74f1 |
| RGB | rgb(158, 116, 241) |
| HSL | hsl(260, 82%, 70%) |
| CMYK | cmyk(34%, 52%, 0%, 6%) |
| LAB | lab(58.1 42.9 -57.3) |
| LCH | lch(58.1 71.6 306.8) |
| OKLCH | oklch(0.657 0.181 296.6) |
Copy-ready code
/* CSS */
color: #9e74f1;
background-color: #9e74f1;
/* Tailwind (arbitrary) */
class="text-[#9e74f1] bg-[#9e74f1]"
/* SCSS */
$brand: #9e74f1;
/* SwiftUI */
Color(red: 0.620, green: 0.455, blue: 0.945)
/* Android */
Color.parseColor("#9e74f1")Accessibility — WCAG contrast
Aa
#9e74f1 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9e74f1 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green45.5%
Blue94.5%
CMYK percentages
Cyan34.4%
Magenta51.9%
Yellow0.0%
Key (black)5.5%
Color previews
#9e74f1 text on a black background
contrast 6.22:1
Card sample
#9e74f1 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e74f1;
Background color
Panel with #9e74f1 background
background-color: #9e74f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e74f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 116, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 116, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e74f1; background: linear-gradient(135deg, #9e74f1, #F174F1);