#8c4afd
a balanced, electric violet · warm · closest name: slateblue
RGB
140, 74, 253
HSL
262°, 98%, 64%
CMYK
45, 71, 0, 1
Luminance
0.1756
Every format
| HEX | #8c4afd |
| RGB | rgb(140, 74, 253) |
| HSL | hsl(262, 98%, 64%) |
| CMYK | cmyk(45%, 71%, 0%, 1%) |
| LAB | lab(49.0 64.1 -78.9) |
| LCH | lch(49.0 101.7 309.1) |
| OKLCH | oklch(0.589 0.248 294.3) |
Copy-ready code
/* CSS */
color: #8c4afd;
background-color: #8c4afd;
/* Tailwind (arbitrary) */
class="text-[#8c4afd] bg-[#8c4afd]"
/* SCSS */
$brand: #8c4afd;
/* SwiftUI */
Color(red: 0.549, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#8c4afd")Accessibility — WCAG contrast
Aa
#8c4afd on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c4afd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green29.0%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#8c4afd text on a black background
contrast 4.51:1
Card sample
#8c4afd text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c4afd;
Background color
Panel with #8c4afd background
background-color: #8c4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c4afd; background: linear-gradient(135deg, #8c4afd, #FD4AF7);