#9380df
a light, vivid blue · warm · closest name: slateblue
RGB
147, 128, 223
HSL
252°, 60%, 69%
CMYK
34, 43, 0, 13
Luminance
0.2697
Every format
| HEX | #9380df |
| RGB | rgb(147, 128, 223) |
| HSL | hsl(252, 60%, 69%) |
| CMYK | cmyk(34%, 43%, 0%, 13%) |
| LAB | lab(59.0 28.6 -46.0) |
| LCH | lch(59.0 54.2 301.9) |
| OKLCH | oklch(0.657 0.139 291.3) |
Copy-ready code
/* CSS */
color: #9380df;
background-color: #9380df;
/* Tailwind (arbitrary) */
class="text-[#9380df] bg-[#9380df]"
/* SCSS */
$brand: #9380df;
/* SwiftUI */
Color(red: 0.576, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#9380df")Accessibility — WCAG contrast
Aa
#9380df on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9380df on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green50.2%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#9380df text on a black background
contrast 6.39:1
Card sample
#9380df text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9380df;
Background color
Panel with #9380df background
background-color: #9380df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9380df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9380df; background: linear-gradient(135deg, #9380df, #D280DF);