#8378fd
a light, electric blue · warm · closest name: slateblue
RGB
131, 120, 253
HSL
245°, 97%, 73%
CMYK
48, 53, 0, 1
Luminance
0.2535
Every format
| HEX | #8378fd |
| RGB | rgb(131, 120, 253) |
| HSL | hsl(245, 97%, 73%) |
| CMYK | cmyk(48%, 53%, 0%, 1%) |
| LAB | lab(57.4 37.8 -65.2) |
| LCH | lch(57.4 75.4 300.1) |
| OKLCH | oklch(0.648 0.191 283.4) |
Copy-ready code
/* CSS */
color: #8378fd;
background-color: #8378fd;
/* Tailwind (arbitrary) */
class="text-[#8378fd] bg-[#8378fd]"
/* SCSS */
$brand: #8378fd;
/* SwiftUI */
Color(red: 0.514, green: 0.471, blue: 0.992)
/* Android */
Color.parseColor("#8378fd")Accessibility — WCAG contrast
Aa
#8378fd on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8378fd on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green47.1%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta52.6%
Yellow0.0%
Key (black)0.8%
Color previews
#8378fd text on a black background
contrast 6.07:1
Card sample
#8378fd text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8378fd;
Background color
Panel with #8378fd background
background-color: #8378fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8378fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 120, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 120, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8378fd; background: linear-gradient(135deg, #8378fd, #DC78FD);