#8c6fdf
a light, vivid violet · warm · closest name: slateblue
RGB
140, 111, 223
HSL
256°, 64%, 66%
CMYK
37, 50, 0, 13
Luminance
0.2227
Every format
| HEX | #8c6fdf |
| RGB | rgb(140, 111, 223) |
| HSL | hsl(256, 64%, 66%) |
| CMYK | cmyk(37%, 50%, 0%, 13%) |
| LAB | lab(54.3 36.7 -53.4) |
| LCH | lch(54.3 64.8 304.5) |
| OKLCH | oklch(0.621 0.164 292.9) |
Copy-ready code
/* CSS */
color: #8c6fdf;
background-color: #8c6fdf;
/* Tailwind (arbitrary) */
class="text-[#8c6fdf] bg-[#8c6fdf]"
/* SCSS */
$brand: #8c6fdf;
/* SwiftUI */
Color(red: 0.549, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#8c6fdf")Accessibility — WCAG contrast
Aa
#8c6fdf on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c6fdf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green43.5%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#8c6fdf text on a black background
contrast 5.45:1
Card sample
#8c6fdf text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c6fdf;
Background color
Panel with #8c6fdf background
background-color: #8c6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c6fdf; background: linear-gradient(135deg, #8c6fdf, #D76FDF);