#8917fe
a balanced, electric violet · warm · closest name: blue
RGB
137, 23, 254
HSL
270°, 99%, 54%
CMYK
46, 91, 0, 0
Luminance
0.1309
Every format
| HEX | #8917fe |
| RGB | rgb(137, 23, 254) |
| HSL | hsl(270, 99%, 54%) |
| CMYK | cmyk(46%, 91%, 0%, 0%) |
| LAB | lab(42.9 80.8 -89.4) |
| LCH | lch(42.9 120.5 312.1) |
| OKLCH | oklch(0.546 0.287 296.6) |
Copy-ready code
/* CSS */
color: #8917fe;
background-color: #8917fe;
/* Tailwind (arbitrary) */
class="text-[#8917fe] bg-[#8917fe]"
/* SCSS */
$brand: #8917fe;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.996)
/* Android */
Color.parseColor("#8917fe")Accessibility — WCAG contrast
Aa
#8917fe on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8917fe on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue99.6%
CMYK percentages
Cyan46.1%
Magenta90.9%
Yellow0.0%
Key (black)0.4%
Color previews
#8917fe text on a black background
contrast 3.62:1
Card sample
#8917fe text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8917fe;
Background color
Panel with #8917fe background
background-color: #8917fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8917fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8917fe; background: linear-gradient(135deg, #8917fe, #FE17D9);