#8c5fe8
a balanced, vivid violet · warm · closest name: slateblue
RGB
140, 95, 232
HSL
260°, 75%, 64%
CMYK
40, 59, 0, 9
Luminance
0.1959
Every format
| HEX | #8c5fe8 |
| RGB | rgb(140, 95, 232) |
| HSL | hsl(260, 75%, 64%) |
| CMYK | cmyk(40%, 59%, 0%, 9%) |
| LAB | lab(51.4 48.0 -63.2) |
| LCH | lch(51.4 79.4 307.2) |
| OKLCH | oklch(0.601 0.198 294.9) |
Copy-ready code
/* CSS */
color: #8c5fe8;
background-color: #8c5fe8;
/* Tailwind (arbitrary) */
class="text-[#8c5fe8] bg-[#8c5fe8]"
/* SCSS */
$brand: #8c5fe8;
/* SwiftUI */
Color(red: 0.549, green: 0.373, blue: 0.910)
/* Android */
Color.parseColor("#8c5fe8")Accessibility — WCAG contrast
Aa
#8c5fe8 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c5fe8 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green37.3%
Blue91.0%
CMYK percentages
Cyan39.7%
Magenta59.1%
Yellow0.0%
Key (black)9.0%
Color previews
#8c5fe8 text on a black background
contrast 4.92:1
Card sample
#8c5fe8 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c5fe8;
Background color
Panel with #8c5fe8 background
background-color: #8c5fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c5fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 95, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 95, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c5fe8; background: linear-gradient(135deg, #8c5fe8, #E75FE8);