#8564a3
a balanced, soft violet · warm · closest name: plum
RGB
133, 100, 163
HSL
271°, 26%, 52%
CMYK
18, 39, 0, 36
Luminance
0.1675
Every format
| HEX | #8564a3 |
| RGB | rgb(133, 100, 163) |
| HSL | hsl(271, 26%, 52%) |
| CMYK | cmyk(18%, 39%, 0%, 36%) |
| LAB | lab(47.9 25.9 -29.1) |
| LCH | lch(47.9 38.9 311.7) |
| OKLCH | oklch(0.562 0.101 307.5) |
Copy-ready code
/* CSS */
color: #8564a3;
background-color: #8564a3;
/* Tailwind (arbitrary) */
class="text-[#8564a3] bg-[#8564a3]"
/* SCSS */
$brand: #8564a3;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.639)
/* Android */
Color.parseColor("#8564a3")Accessibility — WCAG contrast
Aa
#8564a3 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564a3 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue63.9%
CMYK percentages
Cyan18.4%
Magenta38.7%
Yellow0.0%
Key (black)36.1%
Color previews
#8564a3 text on a black background
contrast 4.35:1
Card sample
#8564a3 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564a3;
Background color
Panel with #8564a3 background
background-color: #8564a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564a3; background: linear-gradient(135deg, #8564a3, #A36497);