#9e4fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
158, 79, 223
HSL
273°, 69%, 59%
CMYK
29, 65, 0, 13
Luminance
0.1819
Every format
| HEX | #9e4fdf |
| RGB | rgb(158, 79, 223) |
| HSL | hsl(273, 69%, 59%) |
| CMYK | cmyk(29%, 65%, 0%, 13%) |
| LAB | lab(49.7 57.9 -60.7) |
| LCH | lch(49.7 83.9 313.7) |
| OKLCH | oklch(0.592 0.213 306.1) |
Copy-ready code
/* CSS */
color: #9e4fdf;
background-color: #9e4fdf;
/* Tailwind (arbitrary) */
class="text-[#9e4fdf] bg-[#9e4fdf]"
/* SCSS */
$brand: #9e4fdf;
/* SwiftUI */
Color(red: 0.620, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#9e4fdf")Accessibility — WCAG contrast
Aa
#9e4fdf on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e4fdf on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green31.0%
Blue87.5%
CMYK percentages
Cyan29.1%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#9e4fdf text on a black background
contrast 4.64:1
Card sample
#9e4fdf text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e4fdf;
Background color
Panel with #9e4fdf background
background-color: #9e4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e4fdf; background: linear-gradient(135deg, #9e4fdf, #DF4FC0);