#8913df
a balanced, electric violet · warm · closest name: blue
RGB
137, 19, 223
HSL
275°, 84%, 48%
CMYK
39, 92, 0, 13
Luminance
0.1111
Every format
| HEX | #8913df |
| RGB | rgb(137, 19, 223) |
| HSL | hsl(275, 84%, 48%) |
| CMYK | cmyk(39%, 92%, 0%, 13%) |
| LAB | lab(39.8 75.1 -77.0) |
| LCH | lch(39.8 107.5 314.3) |
| OKLCH | oklch(0.516 0.262 302.8) |
Copy-ready code
/* CSS */
color: #8913df;
background-color: #8913df;
/* Tailwind (arbitrary) */
class="text-[#8913df] bg-[#8913df]"
/* SCSS */
$brand: #8913df;
/* SwiftUI */
Color(red: 0.537, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#8913df")Accessibility — WCAG contrast
Aa
#8913df on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8913df on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green7.5%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8913df text on a black background
contrast 3.22:1
Card sample
#8913df text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8913df;
Background color
Panel with #8913df background
background-color: #8913df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8913df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8913df; background: linear-gradient(135deg, #8913df, #DF13AD);