#8564aa
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 100, 170
HSL
268°, 29%, 53%
CMYK
22, 41, 0, 33
Luminance
0.1700
Every format
| HEX | #8564aa |
| RGB | rgb(133, 100, 170) |
| HSL | hsl(268, 29%, 53%) |
| CMYK | cmyk(22%, 41%, 0%, 33%) |
| LAB | lab(48.3 27.6 -32.6) |
| LCH | lch(48.3 42.7 310.2) |
| OKLCH | oklch(0.565 0.111 304.8) |
Copy-ready code
/* CSS */
color: #8564aa;
background-color: #8564aa;
/* Tailwind (arbitrary) */
class="text-[#8564aa] bg-[#8564aa]"
/* SCSS */
$brand: #8564aa;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.667)
/* Android */
Color.parseColor("#8564aa")Accessibility — WCAG contrast
Aa
#8564aa on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564aa on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue66.7%
CMYK percentages
Cyan21.8%
Magenta41.2%
Yellow0.0%
Key (black)33.3%
Color previews
#8564aa text on a black background
contrast 4.40:1
Card sample
#8564aa text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564aa;
Background color
Panel with #8564aa background
background-color: #8564aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564aa; background: linear-gradient(135deg, #8564aa, #AA64A0);