#8656eb
a balanced, electric violet · warm · closest name: slateblue
RGB
134, 86, 235
HSL
259°, 79%, 63%
CMYK
43, 63, 0, 8
Luminance
0.1772
Every format
| HEX | #8656eb |
| RGB | rgb(134, 86, 235) |
| HSL | hsl(259, 79%, 63%) |
| CMYK | cmyk(43%, 63%, 0%, 8%) |
| LAB | lab(49.2 52.4 -68.5) |
| LCH | lch(49.2 86.3 307.4) |
| OKLCH | oklch(0.584 0.213 293.5) |
Copy-ready code
/* CSS */
color: #8656eb;
background-color: #8656eb;
/* Tailwind (arbitrary) */
class="text-[#8656eb] bg-[#8656eb]"
/* SCSS */
$brand: #8656eb;
/* SwiftUI */
Color(red: 0.525, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#8656eb")Accessibility — WCAG contrast
Aa
#8656eb on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8656eb on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green33.7%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8656eb text on a black background
contrast 4.54:1
Card sample
#8656eb text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8656eb;
Background color
Panel with #8656eb background
background-color: #8656eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8656eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8656eb; background: linear-gradient(135deg, #8656eb, #E956EB);