#8360df
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 96, 223
HSL
257°, 67%, 63%
CMYK
41, 57, 0, 13
Luminance
0.1852
Every format
| HEX | #8360df |
| RGB | rgb(131, 96, 223) |
| HSL | hsl(257, 67%, 63%) |
| CMYK | cmyk(41%, 57%, 0%, 13%) |
| LAB | lab(50.1 43.1 -60.2) |
| LCH | lch(50.1 74.1 305.6) |
| OKLCH | oklch(0.588 0.185 292.5) |
Copy-ready code
/* CSS */
color: #8360df;
background-color: #8360df;
/* Tailwind (arbitrary) */
class="text-[#8360df] bg-[#8360df]"
/* SCSS */
$brand: #8360df;
/* SwiftUI */
Color(red: 0.514, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#8360df")Accessibility — WCAG contrast
Aa
#8360df on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8360df on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green37.6%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8360df text on a black background
contrast 4.70:1
Card sample
#8360df text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8360df;
Background color
Panel with #8360df background
background-color: #8360df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8360df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8360df; background: linear-gradient(135deg, #8360df, #D860DF);