#8b4fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
139, 79, 223
HSL
265°, 69%, 59%
CMYK
38, 65, 0, 13
Luminance
0.1641
Every format
| HEX | #8b4fdf |
| RGB | rgb(139, 79, 223) |
| HSL | hsl(265, 69%, 59%) |
| CMYK | cmyk(38%, 65%, 0%, 13%) |
| LAB | lab(47.5 54.0 -64.4) |
| LCH | lch(47.5 84.0 310.0) |
| OKLCH | oklch(0.571 0.209 298.7) |
Copy-ready code
/* CSS */
color: #8b4fdf;
background-color: #8b4fdf;
/* Tailwind (arbitrary) */
class="text-[#8b4fdf] bg-[#8b4fdf]"
/* SCSS */
$brand: #8b4fdf;
/* SwiftUI */
Color(red: 0.545, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#8b4fdf")Accessibility — WCAG contrast
Aa
#8b4fdf on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8b4fdf on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan37.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#8b4fdf text on a black background
contrast 4.28:1
Card sample
#8b4fdf text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b4fdf;
Background color
Panel with #8b4fdf background
background-color: #8b4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b4fdf; background: linear-gradient(135deg, #8b4fdf, #DF4FD3);