#8c4dfd
a balanced, electric violet · warm · closest name: slateblue
RGB
140, 77, 253
HSL
262°, 98%, 65%
CMYK
45, 70, 0, 1
Luminance
0.1798
Every format
| HEX | #8c4dfd |
| RGB | rgb(140, 77, 253) |
| HSL | hsl(262, 98%, 65%) |
| CMYK | cmyk(45%, 70%, 0%, 1%) |
| LAB | lab(49.5 62.7 -78.1) |
| LCH | lch(49.5 100.1 308.8) |
| OKLCH | oklch(0.592 0.245 294.0) |
Copy-ready code
/* CSS */
color: #8c4dfd;
background-color: #8c4dfd;
/* Tailwind (arbitrary) */
class="text-[#8c4dfd] bg-[#8c4dfd]"
/* SCSS */
$brand: #8c4dfd;
/* SwiftUI */
Color(red: 0.549, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#8c4dfd")Accessibility — WCAG contrast
Aa
#8c4dfd on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c4dfd on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green30.2%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#8c4dfd text on a black background
contrast 4.60:1
Card sample
#8c4dfd text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c4dfd;
Background color
Panel with #8c4dfd background
background-color: #8c4dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c4dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c4dfd; background: linear-gradient(135deg, #8c4dfd, #FD4DF9);