#8564b9
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 100, 185
HSL
263°, 38%, 56%
CMYK
28, 46, 0, 28
Luminance
0.1760
Every format
| HEX | #8564b9 |
| RGB | rgb(133, 100, 185) |
| HSL | hsl(263, 38%, 56%) |
| CMYK | cmyk(28%, 46%, 0%, 28%) |
| LAB | lab(49.0 31.3 -40.2) |
| LCH | lch(49.0 51.0 307.9) |
| OKLCH | oklch(0.573 0.131 300.2) |
Copy-ready code
/* CSS */
color: #8564b9;
background-color: #8564b9;
/* Tailwind (arbitrary) */
class="text-[#8564b9] bg-[#8564b9]"
/* SCSS */
$brand: #8564b9;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.725)
/* Android */
Color.parseColor("#8564b9")Accessibility — WCAG contrast
Aa
#8564b9 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564b9 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue72.5%
CMYK percentages
Cyan28.1%
Magenta45.9%
Yellow0.0%
Key (black)27.5%
Color previews
#8564b9 text on a black background
contrast 4.52:1
Card sample
#8564b9 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564b9;
Background color
Panel with #8564b9 background
background-color: #8564b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564b9; background: linear-gradient(135deg, #8564b9, #B964B4);