#8b5dfb
a light, electric violet · warm · closest name: slateblue
RGB
139, 93, 251
HSL
258°, 95%, 68%
CMYK
45, 63, 0, 2
Luminance
0.2028
Every format
| HEX | #8b5dfb |
| RGB | rgb(139, 93, 251) |
| HSL | hsl(258, 95%, 68%) |
| CMYK | cmyk(45%, 63%, 0%, 2%) |
| LAB | lab(52.1 54.0 -72.6) |
| LCH | lch(52.1 90.4 306.6) |
| OKLCH | oklch(0.611 0.224 291.8) |
Copy-ready code
/* CSS */
color: #8b5dfb;
background-color: #8b5dfb;
/* Tailwind (arbitrary) */
class="text-[#8b5dfb] bg-[#8b5dfb]"
/* SCSS */
$brand: #8b5dfb;
/* SwiftUI */
Color(red: 0.545, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#8b5dfb")Accessibility — WCAG contrast
Aa
#8b5dfb on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8b5dfb on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green36.5%
Blue98.4%
CMYK percentages
Cyan44.6%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#8b5dfb text on a black background
contrast 5.06:1
Card sample
#8b5dfb text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b5dfb;
Background color
Panel with #8b5dfb background
background-color: #8b5dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b5dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b5dfb; background: linear-gradient(135deg, #8b5dfb, #F45DFB);