#8364fd
a light, electric blue · warm · closest name: slateblue
RGB
131, 100, 253
HSL
252°, 98%, 69%
CMYK
48, 61, 0, 1
Luminance
0.2103
Every format
| HEX | #8364fd |
| RGB | rgb(131, 100, 253) |
| HSL | hsl(252, 98%, 69%) |
| CMYK | cmyk(48%, 61%, 0%, 1%) |
| LAB | lab(53.0 49.2 -72.4) |
| LCH | lch(53.0 87.5 304.2) |
| OKLCH | oklch(0.615 0.217 287.6) |
Copy-ready code
/* CSS */
color: #8364fd;
background-color: #8364fd;
/* Tailwind (arbitrary) */
class="text-[#8364fd] bg-[#8364fd]"
/* SCSS */
$brand: #8364fd;
/* SwiftUI */
Color(red: 0.514, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#8364fd")Accessibility — WCAG contrast
Aa
#8364fd on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8364fd on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green39.2%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8364fd text on a black background
contrast 5.21:1
Card sample
#8364fd text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8364fd;
Background color
Panel with #8364fd background
background-color: #8364fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8364fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8364fd; background: linear-gradient(135deg, #8364fd, #E964FD);