#8919df
a balanced, electric violet · warm · closest name: blue
RGB
137, 25, 223
HSL
274°, 80%, 49%
CMYK
39, 89, 0, 13
Luminance
0.1134
Every format
| HEX | #8919df |
| RGB | rgb(137, 25, 223) |
| HSL | hsl(274, 80%, 49%) |
| CMYK | cmyk(39%, 89%, 0%, 13%) |
| LAB | lab(40.1 73.9 -76.4) |
| LCH | lch(40.1 106.3 314.1) |
| OKLCH | oklch(0.519 0.259 302.6) |
Copy-ready code
/* CSS */
color: #8919df;
background-color: #8919df;
/* Tailwind (arbitrary) */
class="text-[#8919df] bg-[#8919df]"
/* SCSS */
$brand: #8919df;
/* SwiftUI */
Color(red: 0.537, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#8919df")Accessibility — WCAG contrast
Aa
#8919df on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8919df on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green9.8%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#8919df text on a black background
contrast 3.27:1
Card sample
#8919df text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8919df;
Background color
Panel with #8919df background
background-color: #8919df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8919df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8919df; background: linear-gradient(135deg, #8919df, #DF19B1);