#8c4ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
140, 77, 223
HSL
266°, 70%, 59%
CMYK
37, 66, 0, 13
Luminance
0.1621
Every format
| HEX | #8c4ddf |
| RGB | rgb(140, 77, 223) |
| HSL | hsl(266, 70%, 59%) |
| CMYK | cmyk(37%, 66%, 0%, 13%) |
| LAB | lab(47.3 55.2 -64.8) |
| LCH | lch(47.3 85.1 310.4) |
| OKLCH | oklch(0.569 0.212 299.4) |
Copy-ready code
/* CSS */
color: #8c4ddf;
background-color: #8c4ddf;
/* Tailwind (arbitrary) */
class="text-[#8c4ddf] bg-[#8c4ddf]"
/* SCSS */
$brand: #8c4ddf;
/* SwiftUI */
Color(red: 0.549, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#8c4ddf")Accessibility — WCAG contrast
Aa
#8c4ddf on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c4ddf on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green30.2%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8c4ddf text on a black background
contrast 4.24:1
Card sample
#8c4ddf text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c4ddf;
Background color
Panel with #8c4ddf background
background-color: #8c4ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c4ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c4ddf; background: linear-gradient(135deg, #8c4ddf, #DF4DD1);