#8563ba
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 99, 186
HSL
263°, 39%, 56%
CMYK
29, 47, 0, 27
Luminance
0.1746
Every format
| HEX | #8563ba |
| RGB | rgb(133, 99, 186) |
| HSL | hsl(263, 39%, 56%) |
| CMYK | cmyk(29%, 47%, 0%, 27%) |
| LAB | lab(48.8 32.1 -41.1) |
| LCH | lch(48.8 52.1 308.0) |
| OKLCH | oklch(0.572 0.133 300.3) |
Copy-ready code
/* CSS */
color: #8563ba;
background-color: #8563ba;
/* Tailwind (arbitrary) */
class="text-[#8563ba] bg-[#8563ba]"
/* SCSS */
$brand: #8563ba;
/* SwiftUI */
Color(red: 0.522, green: 0.388, blue: 0.729)
/* Android */
Color.parseColor("#8563ba")Accessibility — WCAG contrast
Aa
#8563ba on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8563ba on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green38.8%
Blue72.9%
CMYK percentages
Cyan28.5%
Magenta46.8%
Yellow0.0%
Key (black)27.1%
Color previews
#8563ba text on a black background
contrast 4.49:1
Card sample
#8563ba text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8563ba;
Background color
Panel with #8563ba background
background-color: #8563ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8563ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 99, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 99, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8563ba; background: linear-gradient(135deg, #8563ba, #BA63B5);