#9e13df
a balanced, electric violet · warm · closest name: magenta
RGB
158, 19, 223
HSL
281°, 84%, 48%
CMYK
29, 92, 0, 13
Luminance
0.1306
Every format
| HEX | #9e13df |
| RGB | rgb(158, 19, 223) |
| HSL | hsl(281, 84%, 48%) |
| CMYK | cmyk(29%, 92%, 0%, 13%) |
| LAB | lab(42.9 77.6 -71.8) |
| LCH | lch(42.9 105.8 317.2) |
| OKLCH | oklch(0.543 0.266 309.9) |
Copy-ready code
/* CSS */
color: #9e13df;
background-color: #9e13df;
/* Tailwind (arbitrary) */
class="text-[#9e13df] bg-[#9e13df]"
/* SCSS */
$brand: #9e13df;
/* SwiftUI */
Color(red: 0.620, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#9e13df")Accessibility — WCAG contrast
Aa
#9e13df on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e13df on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green7.5%
Blue87.5%
CMYK percentages
Cyan29.1%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9e13df text on a black background
contrast 3.61:1
Card sample
#9e13df text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e13df;
Background color
Panel with #9e13df background
background-color: #9e13df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e13df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e13df; background: linear-gradient(135deg, #9e13df, #DF1398);