#8564c4
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 100, 196
HSL
261°, 45%, 58%
CMYK
32, 49, 0, 23
Luminance
0.1809
Every format
| HEX | #8564c4 |
| RGB | rgb(133, 100, 196) |
| HSL | hsl(261, 45%, 58%) |
| CMYK | cmyk(32%, 49%, 0%, 23%) |
| LAB | lab(49.6 34.1 -45.6) |
| LCH | lch(49.6 57.0 306.8) |
| OKLCH | oklch(0.580 0.145 297.6) |
Copy-ready code
/* CSS */
color: #8564c4;
background-color: #8564c4;
/* Tailwind (arbitrary) */
class="text-[#8564c4] bg-[#8564c4]"
/* SCSS */
$brand: #8564c4;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.769)
/* Android */
Color.parseColor("#8564c4")Accessibility — WCAG contrast
Aa
#8564c4 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564c4 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue76.9%
CMYK percentages
Cyan32.1%
Magenta49.0%
Yellow0.0%
Key (black)23.1%
Color previews
#8564c4 text on a black background
contrast 4.62:1
Card sample
#8564c4 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564c4;
Background color
Panel with #8564c4 background
background-color: #8564c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564c4; background: linear-gradient(135deg, #8564c4, #C464C3);