#8c5afd
a light, electric violet · warm · closest name: slateblue
RGB
140, 90, 253
HSL
258°, 98%, 67%
CMYK
45, 64, 0, 1
Luminance
0.1998
Every format
| HEX | #8c5afd |
| RGB | rgb(140, 90, 253) |
| HSL | hsl(258, 98%, 67%) |
| CMYK | cmyk(45%, 64%, 0%, 1%) |
| LAB | lab(51.8 56.3 -74.2) |
| LCH | lch(51.8 93.1 307.2) |
| OKLCH | oklch(0.609 0.230 292.3) |
Copy-ready code
/* CSS */
color: #8c5afd;
background-color: #8c5afd;
/* Tailwind (arbitrary) */
class="text-[#8c5afd] bg-[#8c5afd]"
/* SCSS */
$brand: #8c5afd;
/* SwiftUI */
Color(red: 0.549, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#8c5afd")Accessibility — WCAG contrast
Aa
#8c5afd on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c5afd on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green35.3%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#8c5afd text on a black background
contrast 5.00:1
Card sample
#8c5afd text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c5afd;
Background color
Panel with #8c5afd background
background-color: #8c5afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c5afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c5afd; background: linear-gradient(135deg, #8c5afd, #F95AFD);