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