#8564b7
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 100, 183
HSL
264°, 37%, 56%
CMYK
27, 45, 0, 28
Luminance
0.1752
Every format
| HEX | #8564b7 |
| RGB | rgb(133, 100, 183) |
| HSL | hsl(264, 37%, 56%) |
| CMYK | cmyk(27%, 45%, 0%, 28%) |
| LAB | lab(48.9 30.8 -39.2) |
| LCH | lch(48.9 49.9 308.1) |
| OKLCH | oklch(0.572 0.128 300.8) |
Copy-ready code
/* CSS */
color: #8564b7;
background-color: #8564b7;
/* Tailwind (arbitrary) */
class="text-[#8564b7] bg-[#8564b7]"
/* SCSS */
$brand: #8564b7;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.718)
/* Android */
Color.parseColor("#8564b7")Accessibility — WCAG contrast
Aa
#8564b7 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564b7 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue71.8%
CMYK percentages
Cyan27.3%
Magenta45.4%
Yellow0.0%
Key (black)28.2%
Color previews
#8564b7 text on a black background
contrast 4.50:1
Card sample
#8564b7 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564b7;
Background color
Panel with #8564b7 background
background-color: #8564b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564b7; background: linear-gradient(135deg, #8564b7, #B764B2);