#8364df
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 100, 223
HSL
255°, 66%, 63%
CMYK
41, 55, 0, 13
Luminance
0.1927
Every format
| HEX | #8364df |
| RGB | rgb(131, 100, 223) |
| HSL | hsl(255, 66%, 63%) |
| CMYK | cmyk(41%, 55%, 0%, 13%) |
| LAB | lab(51.0 40.8 -58.8) |
| LCH | lch(51.0 71.6 304.8) |
| OKLCH | oklch(0.595 0.180 291.6) |
Copy-ready code
/* CSS */
color: #8364df;
background-color: #8364df;
/* Tailwind (arbitrary) */
class="text-[#8364df] bg-[#8364df]"
/* SCSS */
$brand: #8364df;
/* SwiftUI */
Color(red: 0.514, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#8364df")Accessibility — WCAG contrast
Aa
#8364df on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8364df on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green39.2%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#8364df text on a black background
contrast 4.85:1
Card sample
#8364df text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8364df;
Background color
Panel with #8364df background
background-color: #8364df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8364df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8364df; background: linear-gradient(135deg, #8364df, #D564DF);