#8563ad
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 99, 173
HSL
268°, 31%, 53%
CMYK
23, 43, 0, 32
Luminance
0.1693
Every format
| HEX | #8563ad |
| RGB | rgb(133, 99, 173) |
| HSL | hsl(268, 31%, 53%) |
| CMYK | cmyk(23%, 43%, 0%, 32%) |
| LAB | lab(48.2 28.9 -34.5) |
| LCH | lch(48.2 45.0 309.9) |
| OKLCH | oklch(0.565 0.116 304.1) |
Copy-ready code
/* CSS */
color: #8563ad;
background-color: #8563ad;
/* Tailwind (arbitrary) */
class="text-[#8563ad] bg-[#8563ad]"
/* SCSS */
$brand: #8563ad;
/* SwiftUI */
Color(red: 0.522, green: 0.388, blue: 0.678)
/* Android */
Color.parseColor("#8563ad")Accessibility — WCAG contrast
Aa
#8563ad on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8563ad on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green38.8%
Blue67.8%
CMYK percentages
Cyan23.1%
Magenta42.8%
Yellow0.0%
Key (black)32.2%
Color previews
#8563ad text on a black background
contrast 4.39:1
Card sample
#8563ad text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8563ad;
Background color
Panel with #8563ad background
background-color: #8563ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8563ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 99, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 99, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8563ad; background: linear-gradient(135deg, #8563ad, #AD63A4);