#8564a7
a balanced, soft violet · warm · closest name: plum
RGB
133, 100, 167
HSL
270°, 28%, 52%
CMYK
20, 40, 0, 35
Luminance
0.1689
Every format
| HEX | #8564a7 |
| RGB | rgb(133, 100, 167) |
| HSL | hsl(270, 28%, 52%) |
| CMYK | cmyk(20%, 40%, 0%, 35%) |
| LAB | lab(48.1 26.9 -31.1) |
| LCH | lch(48.1 41.1 310.8) |
| OKLCH | oklch(0.564 0.107 305.9) |
Copy-ready code
/* CSS */
color: #8564a7;
background-color: #8564a7;
/* Tailwind (arbitrary) */
class="text-[#8564a7] bg-[#8564a7]"
/* SCSS */
$brand: #8564a7;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.655)
/* Android */
Color.parseColor("#8564a7")Accessibility — WCAG contrast
Aa
#8564a7 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564a7 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue65.5%
CMYK percentages
Cyan20.4%
Magenta40.1%
Yellow0.0%
Key (black)34.5%
Color previews
#8564a7 text on a black background
contrast 4.38:1
Card sample
#8564a7 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564a7;
Background color
Panel with #8564a7 background
background-color: #8564a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564a7; background: linear-gradient(135deg, #8564a7, #A7649C);