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