#8366fd
a light, electric blue · warm · closest name: slateblue
RGB
131, 102, 253
HSL
252°, 97%, 70%
CMYK
48, 60, 0, 1
Luminance
0.2142
Every format
| HEX | #8366fd |
| RGB | rgb(131, 102, 253) |
| HSL | hsl(252, 97%, 70%) |
| CMYK | cmyk(48%, 60%, 0%, 1%) |
| LAB | lab(53.4 48.1 -71.7) |
| LCH | lch(53.4 86.3 303.8) |
| OKLCH | oklch(0.619 0.215 287.2) |
Copy-ready code
/* CSS */
color: #8366fd;
background-color: #8366fd;
/* Tailwind (arbitrary) */
class="text-[#8366fd] bg-[#8366fd]"
/* SCSS */
$brand: #8366fd;
/* SwiftUI */
Color(red: 0.514, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#8366fd")Accessibility — WCAG contrast
Aa
#8366fd on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8366fd on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.0%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#8366fd text on a black background
contrast 5.28:1
Card sample
#8366fd text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8366fd;
Background color
Panel with #8366fd background
background-color: #8366fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8366fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8366fd; background: linear-gradient(135deg, #8366fd, #E866FD);