#9386df
a light, vivid blue · warm · closest name: slateblue
RGB
147, 134, 223
HSL
249°, 58%, 70%
CMYK
34, 40, 0, 13
Luminance
0.2858
Every format
| HEX | #9386df |
| RGB | rgb(147, 134, 223) |
| HSL | hsl(249, 58%, 70%) |
| CMYK | cmyk(34%, 40%, 0%, 13%) |
| LAB | lab(60.4 25.1 -43.7) |
| LCH | lch(60.4 50.5 299.9) |
| OKLCH | oklch(0.669 0.130 289.1) |
Copy-ready code
/* CSS */
color: #9386df;
background-color: #9386df;
/* Tailwind (arbitrary) */
class="text-[#9386df] bg-[#9386df]"
/* SCSS */
$brand: #9386df;
/* SwiftUI */
Color(red: 0.576, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#9386df")Accessibility — WCAG contrast
Aa
#9386df on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9386df on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green52.5%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9386df text on a black background
contrast 6.72:1
Card sample
#9386df text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9386df;
Background color
Panel with #9386df background
background-color: #9386df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9386df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9386df; background: linear-gradient(135deg, #9386df, #CE86DF);