#8c5dfe
a light, electric violet · warm · closest name: slateblue
RGB
140, 93, 254
HSL
258°, 99%, 68%
CMYK
45, 63, 0, 0
Luminance
0.2056
Every format
| HEX | #8c5dfe |
| RGB | rgb(140, 93, 254) |
| HSL | hsl(258, 99%, 68%) |
| CMYK | cmyk(45%, 63%, 0%, 0%) |
| LAB | lab(52.5 55.0 -73.7) |
| LCH | lch(52.5 92.0 306.7) |
| OKLCH | oklch(0.614 0.227 291.7) |
Copy-ready code
/* CSS */
color: #8c5dfe;
background-color: #8c5dfe;
/* Tailwind (arbitrary) */
class="text-[#8c5dfe] bg-[#8c5dfe]"
/* SCSS */
$brand: #8c5dfe;
/* SwiftUI */
Color(red: 0.549, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#8c5dfe")Accessibility — WCAG contrast
Aa
#8c5dfe on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c5dfe on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green36.5%
Blue99.6%
CMYK percentages
Cyan44.9%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#8c5dfe text on a black background
contrast 5.11:1
Card sample
#8c5dfe text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c5dfe;
Background color
Panel with #8c5dfe background
background-color: #8c5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c5dfe; background: linear-gradient(135deg, #8c5dfe, #F75DFE);