#8564c8
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 100, 200
HSL
260°, 48%, 59%
CMYK
34, 50, 0, 22
Luminance
0.1827
Every format
| HEX | #8564c8 |
| RGB | rgb(133, 100, 200) |
| HSL | hsl(260, 48%, 59%) |
| CMYK | cmyk(34%, 50%, 0%, 22%) |
| LAB | lab(49.8 35.1 -47.6) |
| LCH | lch(49.8 59.1 306.5) |
| OKLCH | oklch(0.582 0.150 296.7) |
Copy-ready code
/* CSS */
color: #8564c8;
background-color: #8564c8;
/* Tailwind (arbitrary) */
class="text-[#8564c8] bg-[#8564c8]"
/* SCSS */
$brand: #8564c8;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.784)
/* Android */
Color.parseColor("#8564c8")Accessibility — WCAG contrast
Aa
#8564c8 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564c8 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue78.4%
CMYK percentages
Cyan33.5%
Magenta50.0%
Yellow0.0%
Key (black)21.6%
Color previews
#8564c8 text on a black background
contrast 4.65:1
Card sample
#8564c8 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564c8;
Background color
Panel with #8564c8 background
background-color: #8564c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564c8; background: linear-gradient(135deg, #8564c8, #C864C8);