#8e60d2
a balanced, vivid violet · warm · closest name: slateblue
RGB
142, 96, 210
HSL
264°, 56%, 60%
CMYK
32, 54, 0, 18
Luminance
0.1877
Every format
| HEX | #8e60d2 |
| RGB | rgb(142, 96, 210) |
| HSL | hsl(264, 56%, 60%) |
| CMYK | cmyk(32%, 54%, 0%, 18%) |
| LAB | lab(50.4 42.3 -52.3) |
| LCH | lch(50.4 67.2 309.0) |
| OKLCH | oklch(0.590 0.170 299.8) |
Copy-ready code
/* CSS */
color: #8e60d2;
background-color: #8e60d2;
/* Tailwind (arbitrary) */
class="text-[#8e60d2] bg-[#8e60d2]"
/* SCSS */
$brand: #8e60d2;
/* SwiftUI */
Color(red: 0.557, green: 0.376, blue: 0.824)
/* Android */
Color.parseColor("#8e60d2")Accessibility — WCAG contrast
Aa
#8e60d2 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8e60d2 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green37.6%
Blue82.4%
CMYK percentages
Cyan32.4%
Magenta54.3%
Yellow0.0%
Key (black)17.6%
Color previews
#8e60d2 text on a black background
contrast 4.75:1
Card sample
#8e60d2 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e60d2;
Background color
Panel with #8e60d2 background
background-color: #8e60d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e60d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 96, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 96, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e60d2; background: linear-gradient(135deg, #8e60d2, #D260CA);