#8c5cad
a balanced, soft violet · warm · closest name: slateblue
RGB
140, 92, 173
HSL
276°, 33%, 52%
CMYK
19, 47, 0, 32
Luminance
0.1625
Every format
| HEX | #8c5cad |
| RGB | rgb(140, 92, 173) |
| HSL | hsl(276, 33%, 52%) |
| CMYK | cmyk(19%, 47%, 0%, 32%) |
| LAB | lab(47.3 35.0 -35.9) |
| LCH | lch(47.3 50.1 314.3) |
| OKLCH | oklch(0.560 0.131 310.1) |
Copy-ready code
/* CSS */
color: #8c5cad;
background-color: #8c5cad;
/* Tailwind (arbitrary) */
class="text-[#8c5cad] bg-[#8c5cad]"
/* SCSS */
$brand: #8c5cad;
/* SwiftUI */
Color(red: 0.549, green: 0.361, blue: 0.678)
/* Android */
Color.parseColor("#8c5cad")Accessibility — WCAG contrast
Aa
#8c5cad on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c5cad on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green36.1%
Blue67.8%
CMYK percentages
Cyan19.1%
Magenta46.8%
Yellow0.0%
Key (black)32.2%
Color previews
#8c5cad text on a black background
contrast 4.25:1
Card sample
#8c5cad text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c5cad;
Background color
Panel with #8c5cad background
background-color: #8c5cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c5cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 92, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 92, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c5cad; background: linear-gradient(135deg, #8c5cad, #AD5C98);