#8917fc
a balanced, electric violet · warm · closest name: blue
RGB
137, 23, 252
HSL
270°, 97%, 54%
CMYK
46, 91, 0, 1
Luminance
0.1296
Every format
| HEX | #8917fc |
| RGB | rgb(137, 23, 252) |
| HSL | hsl(270, 97%, 54%) |
| CMYK | cmyk(46%, 91%, 0%, 1%) |
| LAB | lab(42.7 80.4 -88.6) |
| LCH | lch(42.7 119.7 312.2) |
| OKLCH | oklch(0.544 0.285 296.9) |
Copy-ready code
/* CSS */
color: #8917fc;
background-color: #8917fc;
/* Tailwind (arbitrary) */
class="text-[#8917fc] bg-[#8917fc]"
/* SCSS */
$brand: #8917fc;
/* SwiftUI */
Color(red: 0.537, green: 0.090, blue: 0.988)
/* Android */
Color.parseColor("#8917fc")Accessibility — WCAG contrast
Aa
#8917fc on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8917fc on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.0%
Blue98.8%
CMYK percentages
Cyan45.6%
Magenta90.9%
Yellow0.0%
Key (black)1.2%
Color previews
#8917fc text on a black background
contrast 3.59:1
Card sample
#8917fc text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8917fc;
Background color
Panel with #8917fc background
background-color: #8917fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8917fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 23, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 23, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8917fc; background: linear-gradient(135deg, #8917fc, #FC17D6);