#9e3fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
158, 63, 223
HSL
276°, 71%, 56%
CMYK
29, 72, 0, 13
Luminance
0.1615
Every format
| HEX | #9e3fdf |
| RGB | rgb(158, 63, 223) |
| HSL | hsl(276, 71%, 56%) |
| CMYK | cmyk(29%, 72%, 0%, 13%) |
| LAB | lab(47.2 65.1 -64.8) |
| LCH | lch(47.2 91.8 315.1) |
| OKLCH | oklch(0.574 0.232 307.7) |
Copy-ready code
/* CSS */
color: #9e3fdf;
background-color: #9e3fdf;
/* Tailwind (arbitrary) */
class="text-[#9e3fdf] bg-[#9e3fdf]"
/* SCSS */
$brand: #9e3fdf;
/* SwiftUI */
Color(red: 0.620, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#9e3fdf")Accessibility — WCAG contrast
Aa
#9e3fdf on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e3fdf on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green24.7%
Blue87.5%
CMYK percentages
Cyan29.1%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9e3fdf text on a black background
contrast 4.23:1
Card sample
#9e3fdf text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e3fdf;
Background color
Panel with #9e3fdf background
background-color: #9e3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e3fdf; background: linear-gradient(135deg, #9e3fdf, #DF3FB5);