#9480eb
a light, vivid blue · warm · closest name: slateblue
RGB
148, 128, 235
HSL
251°, 73%, 71%
CMYK
37, 46, 0, 8
Luminance
0.2773
Every format
| HEX | #9480eb |
| RGB | rgb(148, 128, 235) |
| HSL | hsl(251, 73%, 71%) |
| CMYK | cmyk(37%, 46%, 0%, 8%) |
| LAB | lab(59.6 32.1 -51.6) |
| LCH | lch(59.6 60.8 301.8) |
| OKLCH | oklch(0.665 0.155 290.1) |
Copy-ready code
/* CSS */
color: #9480eb;
background-color: #9480eb;
/* Tailwind (arbitrary) */
class="text-[#9480eb] bg-[#9480eb]"
/* SCSS */
$brand: #9480eb;
/* SwiftUI */
Color(red: 0.580, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#9480eb")Accessibility — WCAG contrast
Aa
#9480eb on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9480eb on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green50.2%
Blue92.2%
CMYK percentages
Cyan37.0%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#9480eb text on a black background
contrast 6.55:1
Card sample
#9480eb text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9480eb;
Background color
Panel with #9480eb background
background-color: #9480eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9480eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9480eb; background: linear-gradient(135deg, #9480eb, #DB80EB);