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