#8564af
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 100, 175
HSL
266°, 32%, 54%
CMYK
24, 43, 0, 31
Luminance
0.1720
Every format
| HEX | #8564af |
| RGB | rgb(133, 100, 175) |
| HSL | hsl(266, 32%, 54%) |
| CMYK | cmyk(24%, 43%, 0%, 31%) |
| LAB | lab(48.5 28.8 -35.2) |
| LCH | lch(48.5 45.5 309.3) |
| OKLCH | oklch(0.568 0.117 303.2) |
Copy-ready code
/* CSS */
color: #8564af;
background-color: #8564af;
/* Tailwind (arbitrary) */
class="text-[#8564af] bg-[#8564af]"
/* SCSS */
$brand: #8564af;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#8564af")Accessibility — WCAG contrast
Aa
#8564af on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564af on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue68.6%
CMYK percentages
Cyan24.0%
Magenta42.9%
Yellow0.0%
Key (black)31.4%
Color previews
#8564af text on a black background
contrast 4.44:1
Card sample
#8564af text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564af;
Background color
Panel with #8564af background
background-color: #8564af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564af; background: linear-gradient(135deg, #8564af, #AF64A7);