#8860eb
a balanced, electric violet · warm · closest name: slateblue
RGB
136, 96, 235
HSL
257°, 78%, 65%
CMYK
42, 59, 0, 8
Luminance
0.1960
Every format
| HEX | #8860eb |
| RGB | rgb(136, 96, 235) |
| HSL | hsl(257, 78%, 65%) |
| CMYK | cmyk(42%, 59%, 0%, 8%) |
| LAB | lab(51.4 47.4 -64.9) |
| LCH | lch(51.4 80.4 306.2) |
| OKLCH | oklch(0.601 0.200 292.6) |
Copy-ready code
/* CSS */
color: #8860eb;
background-color: #8860eb;
/* Tailwind (arbitrary) */
class="text-[#8860eb] bg-[#8860eb]"
/* SCSS */
$brand: #8860eb;
/* SwiftUI */
Color(red: 0.533, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#8860eb")Accessibility — WCAG contrast
Aa
#8860eb on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8860eb on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green37.6%
Blue92.2%
CMYK percentages
Cyan42.1%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#8860eb text on a black background
contrast 4.92:1
Card sample
#8860eb text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8860eb;
Background color
Panel with #8860eb background
background-color: #8860eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8860eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8860eb; background: linear-gradient(135deg, #8860eb, #E560EB);