#8341df
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 65, 223
HSL
265°, 71%, 57%
CMYK
41, 71, 0, 13
Luminance
0.1393
Every format
| HEX | #8341df |
| RGB | rgb(131, 65, 223) |
| HSL | hsl(265, 71%, 57%) |
| CMYK | cmyk(41%, 71%, 0%, 13%) |
| LAB | lab(44.1 59.3 -69.9) |
| LCH | lch(44.1 91.7 310.3) |
| OKLCH | oklch(0.545 0.225 297.4) |
Copy-ready code
/* CSS */
color: #8341df;
background-color: #8341df;
/* Tailwind (arbitrary) */
class="text-[#8341df] bg-[#8341df]"
/* SCSS */
$brand: #8341df;
/* SwiftUI */
Color(red: 0.514, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#8341df")Accessibility — WCAG contrast
Aa
#8341df on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8341df on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green25.5%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#8341df text on a black background
contrast 3.79:1
Card sample
#8341df text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8341df;
Background color
Panel with #8341df background
background-color: #8341df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8341df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8341df; background: linear-gradient(135deg, #8341df, #DF41D2);