#8347df
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 71, 223
HSL
264°, 70%, 58%
CMYK
41, 68, 0, 13
Luminance
0.1466
Every format
| HEX | #8347df |
| RGB | rgb(131, 71, 223) |
| HSL | hsl(264, 70%, 58%) |
| CMYK | cmyk(41%, 68%, 0%, 13%) |
| LAB | lab(45.2 56.4 -68.2) |
| LCH | lch(45.2 88.5 309.6) |
| OKLCH | oklch(0.552 0.218 296.7) |
Copy-ready code
/* CSS */
color: #8347df;
background-color: #8347df;
/* Tailwind (arbitrary) */
class="text-[#8347df] bg-[#8347df]"
/* SCSS */
$brand: #8347df;
/* SwiftUI */
Color(red: 0.514, green: 0.278, blue: 0.875)
/* Android */
Color.parseColor("#8347df")Accessibility — WCAG contrast
Aa
#8347df on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8347df on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green27.8%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta68.2%
Yellow0.0%
Key (black)12.5%
Color previews
#8347df text on a black background
contrast 3.93:1
Card sample
#8347df text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8347df;
Background color
Panel with #8347df background
background-color: #8347df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8347df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 71, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 71, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8347df; background: linear-gradient(135deg, #8347df, #DF47D6);