#8359df
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 89, 223
HSL
259°, 68%, 61%
CMYK
41, 60, 0, 13
Luminance
0.1730
Every format
| HEX | #8359df |
| RGB | rgb(131, 89, 223) |
| HSL | hsl(259, 68%, 61%) |
| CMYK | cmyk(41%, 60%, 0%, 13%) |
| LAB | lab(48.6 47.0 -62.6) |
| LCH | lch(48.6 78.3 306.9) |
| OKLCH | oklch(0.577 0.195 293.8) |
Copy-ready code
/* CSS */
color: #8359df;
background-color: #8359df;
/* Tailwind (arbitrary) */
class="text-[#8359df] bg-[#8359df]"
/* SCSS */
$brand: #8359df;
/* SwiftUI */
Color(red: 0.514, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#8359df")Accessibility — WCAG contrast
Aa
#8359df on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8359df on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green34.9%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8359df text on a black background
contrast 4.46:1
Card sample
#8359df text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8359df;
Background color
Panel with #8359df background
background-color: #8359df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8359df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8359df; background: linear-gradient(135deg, #8359df, #DC59DF);