#8377ff
a light, electric blue · warm · closest name: slateblue
RGB
131, 119, 255
HSL
245°, 100%, 73%
CMYK
49, 53, 0, 0
Luminance
0.2524
Every format
| HEX | #8377ff |
| RGB | rgb(131, 119, 255) |
| HSL | hsl(245, 100%, 73%) |
| CMYK | cmyk(49%, 53%, 0%, 0%) |
| LAB | lab(57.3 39.0 -66.5) |
| LCH | lch(57.3 77.1 300.4) |
| OKLCH | oklch(0.648 0.195 283.5) |
Copy-ready code
/* CSS */
color: #8377ff;
background-color: #8377ff;
/* Tailwind (arbitrary) */
class="text-[#8377ff] bg-[#8377ff]"
/* SCSS */
$brand: #8377ff;
/* SwiftUI */
Color(red: 0.514, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#8377ff")Accessibility — WCAG contrast
Aa
#8377ff on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8377ff on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green46.7%
Blue100.0%
CMYK percentages
Cyan48.6%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#8377ff text on a black background
contrast 6.05:1
Card sample
#8377ff text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8377ff;
Background color
Panel with #8377ff background
background-color: #8377ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8377ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8377ff; background: linear-gradient(135deg, #8377ff, #DE77FF);