#8564c0
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 100, 192
HSL
262°, 42%, 57%
CMYK
31, 48, 0, 25
Luminance
0.1791
Every format
| HEX | #8564c0 |
| RGB | rgb(133, 100, 192) |
| HSL | hsl(262, 42%, 57%) |
| CMYK | cmyk(31%, 48%, 0%, 25%) |
| LAB | lab(49.4 33.1 -43.7) |
| LCH | lch(49.4 54.8 307.1) |
| OKLCH | oklch(0.577 0.140 298.5) |
Copy-ready code
/* CSS */
color: #8564c0;
background-color: #8564c0;
/* Tailwind (arbitrary) */
class="text-[#8564c0] bg-[#8564c0]"
/* SCSS */
$brand: #8564c0;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.753)
/* Android */
Color.parseColor("#8564c0")Accessibility — WCAG contrast
Aa
#8564c0 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8564c0 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue75.3%
CMYK percentages
Cyan30.7%
Magenta47.9%
Yellow0.0%
Key (black)24.7%
Color previews
#8564c0 text on a black background
contrast 4.58:1
Card sample
#8564c0 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8564c0;
Background color
Panel with #8564c0 background
background-color: #8564c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8564c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8564c0; background: linear-gradient(135deg, #8564c0, #C064BE);