#8c59f1
a balanced, electric violet · warm · closest name: slateblue
RGB
140, 89, 241
HSL
260°, 84%, 65%
CMYK
42, 63, 0, 6
Luminance
0.1907
Every format
| HEX | #8c59f1 |
| RGB | rgb(140, 89, 241) |
| HSL | hsl(260, 84%, 65%) |
| CMYK | cmyk(42%, 63%, 0%, 6%) |
| LAB | lab(50.8 53.6 -69.2) |
| LCH | lch(50.8 87.6 307.8) |
| OKLCH | oklch(0.599 0.217 294.3) |
Copy-ready code
/* CSS */
color: #8c59f1;
background-color: #8c59f1;
/* Tailwind (arbitrary) */
class="text-[#8c59f1] bg-[#8c59f1]"
/* SCSS */
$brand: #8c59f1;
/* SwiftUI */
Color(red: 0.549, green: 0.349, blue: 0.945)
/* Android */
Color.parseColor("#8c59f1")Accessibility — WCAG contrast
Aa
#8c59f1 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c59f1 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green34.9%
Blue94.5%
CMYK percentages
Cyan41.9%
Magenta63.1%
Yellow0.0%
Key (black)5.5%
Color previews
#8c59f1 text on a black background
contrast 4.81:1
Card sample
#8c59f1 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c59f1;
Background color
Panel with #8c59f1 background
background-color: #8c59f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c59f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 89, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 89, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c59f1; background: linear-gradient(135deg, #8c59f1, #F159F1);