#8041df
a balanced, vivid violet · warm · closest name: slateblue
RGB
128, 65, 223
HSL
264°, 71%, 57%
CMYK
43, 71, 0, 13
Luminance
0.1370
Every format
| HEX | #8041df |
| RGB | rgb(128, 65, 223) |
| HSL | hsl(264, 71%, 57%) |
| CMYK | cmyk(43%, 71%, 0%, 13%) |
| LAB | lab(43.8 58.8 -70.5) |
| LCH | lch(43.8 91.8 309.8) |
| OKLCH | oklch(0.542 0.225 296.3) |
Copy-ready code
/* CSS */
color: #8041df;
background-color: #8041df;
/* Tailwind (arbitrary) */
class="text-[#8041df] bg-[#8041df]"
/* SCSS */
$brand: #8041df;
/* SwiftUI */
Color(red: 0.502, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#8041df")Accessibility — WCAG contrast
Aa
#8041df on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8041df on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green25.5%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#8041df text on a black background
contrast 3.74:1
Card sample
#8041df text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8041df;
Background color
Panel with #8041df background
background-color: #8041df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8041df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8041df; background: linear-gradient(135deg, #8041df, #DF41D5);