#8367f2
a light, electric blue · warm · closest name: slateblue
RGB
131, 103, 242
HSL
252°, 84%, 68%
CMYK
46, 57, 0, 5
Luminance
0.2094
Every format
| HEX | #8367f2 |
| RGB | rgb(131, 103, 242) |
| HSL | hsl(252, 84%, 68%) |
| CMYK | cmyk(46%, 57%, 0%, 5%) |
| LAB | lab(52.9 44.4 -66.4) |
| LCH | lch(52.9 79.9 303.8) |
| OKLCH | oklch(0.612 0.200 288.3) |
Copy-ready code
/* CSS */
color: #8367f2;
background-color: #8367f2;
/* Tailwind (arbitrary) */
class="text-[#8367f2] bg-[#8367f2]"
/* SCSS */
$brand: #8367f2;
/* SwiftUI */
Color(red: 0.514, green: 0.404, blue: 0.949)
/* Android */
Color.parseColor("#8367f2")Accessibility — WCAG contrast
Aa
#8367f2 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8367f2 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.4%
Blue94.9%
CMYK percentages
Cyan45.9%
Magenta57.4%
Yellow0.0%
Key (black)5.1%
Color previews
#8367f2 text on a black background
contrast 5.19:1
Card sample
#8367f2 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8367f2;
Background color
Panel with #8367f2 background
background-color: #8367f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8367f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 103, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 103, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8367f2; background: linear-gradient(135deg, #8367f2, #E067F2);