#8564ca
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 100, 202
HSL
259°, 49%, 59%
CMYK
34, 51, 0, 21
Luminance
0.1837
Every format
| HEX | #8564ca |
| RGB | rgb(133, 100, 202) |
| HSL | hsl(259, 49%, 59%) |
| CMYK | cmyk(34%, 51%, 0%, 21%) |
| LAB | lab(49.9 35.7 -48.5) |
| LCH | lch(49.9 60.2 306.3) |
| OKLCH | oklch(0.583 0.153 296.3) |
Copy-ready code
/* CSS */
color: #8564ca;
background-color: #8564ca;
/* Tailwind (arbitrary) */
class="text-[#8564ca] bg-[#8564ca]"
/* SCSS */
$brand: #8564ca;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.792)
/* Android */
Color.parseColor("#8564ca")Accessibility — WCAG contrast
Aa
#8564ca on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8564ca on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue79.2%
CMYK percentages
Cyan34.2%
Magenta50.5%
Yellow0.0%
Key (black)20.8%
Color previews
#8564ca text on a black background
contrast 4.67:1
Card sample
#8564ca text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564ca;
Background color
Panel with #8564ca background
background-color: #8564ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564ca; background: linear-gradient(135deg, #8564ca, #C964CA);