#8367fe
a light, electric blue · warm · closest name: slateblue
RGB
131, 103, 254
HSL
251°, 99%, 70%
CMYK
48, 59, 0, 0
Luminance
0.2168
Every format
| HEX | #8367fe |
| RGB | rgb(131, 103, 254) |
| HSL | hsl(251, 99%, 70%) |
| CMYK | cmyk(48%, 59%, 0%, 0%) |
| LAB | lab(53.7 47.8 -71.8) |
| LCH | lch(53.7 86.3 303.7) |
| OKLCH | oklch(0.621 0.215 286.9) |
Copy-ready code
/* CSS */
color: #8367fe;
background-color: #8367fe;
/* Tailwind (arbitrary) */
class="text-[#8367fe] bg-[#8367fe]"
/* SCSS */
$brand: #8367fe;
/* SwiftUI */
Color(red: 0.514, green: 0.404, blue: 0.996)
/* Android */
Color.parseColor("#8367fe")Accessibility — WCAG contrast
Aa
#8367fe on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8367fe on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.4%
Blue99.6%
CMYK percentages
Cyan48.4%
Magenta59.4%
Yellow0.0%
Key (black)0.4%
Color previews
#8367fe text on a black background
contrast 5.34:1
Card sample
#8367fe text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8367fe;
Background color
Panel with #8367fe background
background-color: #8367fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8367fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 103, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 103, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8367fe; background: linear-gradient(135deg, #8367fe, #E867FE);