#8367df
a balanced, vivid blue · warm · closest name: slateblue
RGB
131, 103, 223
HSL
254°, 65%, 64%
CMYK
41, 54, 0, 13
Luminance
0.1985
Every format
| HEX | #8367df |
| RGB | rgb(131, 103, 223) |
| HSL | hsl(254, 65%, 64%) |
| CMYK | cmyk(41%, 54%, 0%, 13%) |
| LAB | lab(51.7 39.1 -57.7) |
| LCH | lch(51.7 69.7 304.1) |
| OKLCH | oklch(0.600 0.176 290.9) |
Copy-ready code
/* CSS */
color: #8367df;
background-color: #8367df;
/* Tailwind (arbitrary) */
class="text-[#8367df] bg-[#8367df]"
/* SCSS */
$brand: #8367df;
/* SwiftUI */
Color(red: 0.514, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#8367df")Accessibility — WCAG contrast
Aa
#8367df on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8367df on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.4%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#8367df text on a black background
contrast 4.97:1
Card sample
#8367df text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8367df;
Background color
Panel with #8367df background
background-color: #8367df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8367df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8367df; background: linear-gradient(135deg, #8367df, #D367DF);