#8656cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
134, 86, 207
HSL
264°, 56%, 58%
CMYK
35, 59, 0, 19
Luminance
0.1623
Every format
| HEX | #8656cf |
| RGB | rgb(134, 86, 207) |
| HSL | hsl(264, 56%, 58%) |
| CMYK | cmyk(35%, 59%, 0%, 19%) |
| LAB | lab(47.3 45.1 -55.7) |
| LCH | lch(47.3 71.7 309.0) |
| OKLCH | oklch(0.565 0.180 298.8) |
Copy-ready code
/* CSS */
color: #8656cf;
background-color: #8656cf;
/* Tailwind (arbitrary) */
class="text-[#8656cf] bg-[#8656cf]"
/* SCSS */
$brand: #8656cf;
/* SwiftUI */
Color(red: 0.525, green: 0.337, blue: 0.812)
/* Android */
Color.parseColor("#8656cf")Accessibility — WCAG contrast
Aa
#8656cf on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8656cf on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green33.7%
Blue81.2%
CMYK percentages
Cyan35.3%
Magenta58.5%
Yellow0.0%
Key (black)18.8%
Color previews
#8656cf text on a black background
contrast 4.25:1
Card sample
#8656cf text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8656cf;
Background color
Panel with #8656cf background
background-color: #8656cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8656cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 86, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 86, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8656cf; background: linear-gradient(135deg, #8656cf, #CF56C7);