#8d40df
a balanced, vivid violet · warm · closest name: slateblue
RGB
141, 64, 223
HSL
269°, 71%, 56%
CMYK
37, 71, 0, 13
Luminance
0.1466
Every format
| HEX | #8d40df |
| RGB | rgb(141, 64, 223) |
| HSL | hsl(269, 71%, 56%) |
| CMYK | cmyk(37%, 71%, 0%, 13%) |
| LAB | lab(45.2 61.5 -68.2) |
| LCH | lch(45.2 91.8 312.1) |
| OKLCH | oklch(0.555 0.228 301.3) |
Copy-ready code
/* CSS */
color: #8d40df;
background-color: #8d40df;
/* Tailwind (arbitrary) */
class="text-[#8d40df] bg-[#8d40df]"
/* SCSS */
$brand: #8d40df;
/* SwiftUI */
Color(red: 0.553, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#8d40df")Accessibility — WCAG contrast
Aa
#8d40df on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d40df on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green25.1%
Blue87.5%
CMYK percentages
Cyan36.8%
Magenta71.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8d40df text on a black background
contrast 3.93:1
Card sample
#8d40df text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d40df;
Background color
Panel with #8d40df background
background-color: #8d40df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d40df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d40df; background: linear-gradient(135deg, #8d40df, #DF40C7);