#8564c2
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 100, 194
HSL
261°, 44%, 58%
CMYK
31, 49, 0, 24
Luminance
0.1800
Every format
| HEX | #8564c2 |
| RGB | rgb(133, 100, 194) |
| HSL | hsl(261, 44%, 58%) |
| CMYK | cmyk(31%, 49%, 0%, 24%) |
| LAB | lab(49.5 33.6 -44.6) |
| LCH | lch(49.5 55.9 307.0) |
| OKLCH | oklch(0.578 0.142 298.0) |
Copy-ready code
/* CSS */
color: #8564c2;
background-color: #8564c2;
/* Tailwind (arbitrary) */
class="text-[#8564c2] bg-[#8564c2]"
/* SCSS */
$brand: #8564c2;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.761)
/* Android */
Color.parseColor("#8564c2")Accessibility — WCAG contrast
Aa
#8564c2 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564c2 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue76.1%
CMYK percentages
Cyan31.4%
Magenta48.5%
Yellow0.0%
Key (black)23.9%
Color previews
#8564c2 text on a black background
contrast 4.60:1
Card sample
#8564c2 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564c2;
Background color
Panel with #8564c2 background
background-color: #8564c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564c2; background: linear-gradient(135deg, #8564c2, #C264C0);