#8719df
a balanced, electric violet · warm · closest name: blue
RGB
135, 25, 223
HSL
273°, 80%, 49%
CMYK
40, 89, 0, 13
Luminance
0.1117
Every format
| HEX | #8719df |
| RGB | rgb(135, 25, 223) |
| HSL | hsl(273, 80%, 49%) |
| CMYK | cmyk(40%, 89%, 0%, 13%) |
| LAB | lab(39.9 73.7 -76.9) |
| LCH | lch(39.9 106.5 313.8) |
| OKLCH | oklch(0.516 0.259 301.9) |
Copy-ready code
/* CSS */
color: #8719df;
background-color: #8719df;
/* Tailwind (arbitrary) */
class="text-[#8719df] bg-[#8719df]"
/* SCSS */
$brand: #8719df;
/* SwiftUI */
Color(red: 0.529, green: 0.098, blue: 0.875)
/* Android */
Color.parseColor("#8719df")Accessibility — WCAG contrast
Aa
#8719df on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8719df on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green9.8%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta88.8%
Yellow0.0%
Key (black)12.5%
Color previews
#8719df text on a black background
contrast 3.23:1
Card sample
#8719df text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8719df;
Background color
Panel with #8719df background
background-color: #8719df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8719df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 25, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 25, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8719df; background: linear-gradient(135deg, #8719df, #DF19B3);