#8656df
a balanced, vivid violet · warm · closest name: slateblue
RGB
134, 86, 223
HSL
261°, 68%, 61%
CMYK
40, 61, 0, 13
Luminance
0.1705
Every format
| HEX | #8656df |
| RGB | rgb(134, 86, 223) |
| HSL | hsl(261, 68%, 61%) |
| CMYK | cmyk(40%, 61%, 0%, 13%) |
| LAB | lab(48.3 49.3 -63.1) |
| LCH | lch(48.3 80.1 308.0) |
| OKLCH | oklch(0.576 0.199 295.6) |
Copy-ready code
/* CSS */
color: #8656df;
background-color: #8656df;
/* Tailwind (arbitrary) */
class="text-[#8656df] bg-[#8656df]"
/* SCSS */
$brand: #8656df;
/* SwiftUI */
Color(red: 0.525, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#8656df")Accessibility — WCAG contrast
Aa
#8656df on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8656df on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green33.7%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8656df text on a black background
contrast 4.41:1
Card sample
#8656df text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8656df;
Background color
Panel with #8656df background
background-color: #8656df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8656df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8656df; background: linear-gradient(135deg, #8656df, #DF56DD);