#8564e0
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 100, 224
HSL
256°, 67%, 64%
CMYK
41, 55, 0, 12
Luminance
0.1948
Every format
| HEX | #8564e0 |
| RGB | rgb(133, 100, 224) |
| HSL | hsl(256, 67%, 64%) |
| CMYK | cmyk(41%, 55%, 0%, 12%) |
| LAB | lab(51.3 41.6 -59.0) |
| LCH | lch(51.3 72.1 305.2) |
| OKLCH | oklch(0.597 0.181 292.3) |
Copy-ready code
/* CSS */
color: #8564e0;
background-color: #8564e0;
/* Tailwind (arbitrary) */
class="text-[#8564e0] bg-[#8564e0]"
/* SCSS */
$brand: #8564e0;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.878)
/* Android */
Color.parseColor("#8564e0")Accessibility — WCAG contrast
Aa
#8564e0 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8564e0 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue87.8%
CMYK percentages
Cyan40.6%
Magenta55.4%
Yellow0.0%
Key (black)12.2%
Color previews
#8564e0 text on a black background
contrast 4.90:1
Card sample
#8564e0 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564e0;
Background color
Panel with #8564e0 background
background-color: #8564e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564e0; background: linear-gradient(135deg, #8564e0, #D864E0);