#8366eb
a light, electric blue · warm · closest name: slateblue
RGB
131, 102, 235
HSL
253°, 77%, 66%
CMYK
44, 57, 0, 8
Luminance
0.2033
Every format
| HEX | #8366eb |
| RGB | rgb(131, 102, 235) |
| HSL | hsl(253, 77%, 66%) |
| CMYK | cmyk(44%, 57%, 0%, 8%) |
| LAB | lab(52.2 43.0 -63.6) |
| LCH | lch(52.2 76.8 304.1) |
| OKLCH | oklch(0.606 0.192 289.4) |
Copy-ready code
/* CSS */
color: #8366eb;
background-color: #8366eb;
/* Tailwind (arbitrary) */
class="text-[#8366eb] bg-[#8366eb]"
/* SCSS */
$brand: #8366eb;
/* SwiftUI */
Color(red: 0.514, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#8366eb")Accessibility — WCAG contrast
Aa
#8366eb on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8366eb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.0%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8366eb text on a black background
contrast 5.07:1
Card sample
#8366eb text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8366eb;
Background color
Panel with #8366eb background
background-color: #8366eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8366eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8366eb; background: linear-gradient(135deg, #8366eb, #DC66EB);