#8916df
a balanced, electric violet · warm · closest name: blue
RGB
137, 22, 223
HSL
274°, 82%, 48%
CMYK
39, 90, 0, 13
Luminance
0.1122
Every format
| HEX | #8916df |
| RGB | rgb(137, 22, 223) |
| HSL | hsl(274, 82%, 48%) |
| CMYK | cmyk(39%, 90%, 0%, 13%) |
| LAB | lab(40.0 74.5 -76.7) |
| LCH | lch(40.0 107.0 314.2) |
| OKLCH | oklch(0.517 0.261 302.7) |
Copy-ready code
/* CSS */
color: #8916df;
background-color: #8916df;
/* Tailwind (arbitrary) */
class="text-[#8916df] bg-[#8916df]"
/* SCSS */
$brand: #8916df;
/* SwiftUI */
Color(red: 0.537, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#8916df")Accessibility — WCAG contrast
Aa
#8916df on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8916df on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green8.6%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8916df text on a black background
contrast 3.24:1
Card sample
#8916df text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8916df;
Background color
Panel with #8916df background
background-color: #8916df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8916df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8916df; background: linear-gradient(135deg, #8916df, #DF16AF);