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