#a386fd
a light, electric blue · warm · closest name: slateblue
RGB
163, 134, 253
HSL
255°, 97%, 76%
CMYK
36, 47, 0, 1
Luminance
0.3193
Every format
| HEX | #a386fd |
| RGB | rgb(163, 134, 253) |
| HSL | hsl(255, 97%, 76%) |
| CMYK | cmyk(36%, 47%, 0%, 1%) |
| LAB | lab(63.3 37.1 -55.7) |
| LCH | lch(63.3 66.9 303.7) |
| OKLCH | oklch(0.699 0.170 292.7) |
Copy-ready code
/* CSS */
color: #a386fd;
background-color: #a386fd;
/* Tailwind (arbitrary) */
class="text-[#a386fd] bg-[#a386fd]"
/* SCSS */
$brand: #a386fd;
/* SwiftUI */
Color(red: 0.639, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#a386fd")Accessibility — WCAG contrast
Aa
#a386fd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a386fd on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green52.5%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#a386fd text on a black background
contrast 7.39:1
Card sample
#a386fd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a386fd;
Background color
Panel with #a386fd background
background-color: #a386fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a386fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a386fd; background: linear-gradient(135deg, #a386fd, #F286FD);