#9484eb
a light, vivid blue · warm · closest name: slateblue
RGB
148, 132, 235
HSL
249°, 72%, 72%
CMYK
37, 44, 0, 8
Luminance
0.2880
Every format
| HEX | #9484eb |
| RGB | rgb(148, 132, 235) |
| HSL | hsl(249, 72%, 72%) |
| CMYK | cmyk(37%, 44%, 0%, 8%) |
| LAB | lab(60.6 29.8 -50.1) |
| LCH | lch(60.6 58.3 300.7) |
| OKLCH | oklch(0.672 0.149 288.9) |
Copy-ready code
/* CSS */
color: #9484eb;
background-color: #9484eb;
/* Tailwind (arbitrary) */
class="text-[#9484eb] bg-[#9484eb]"
/* SCSS */
$brand: #9484eb;
/* SwiftUI */
Color(red: 0.580, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#9484eb")Accessibility — WCAG contrast
Aa
#9484eb on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9484eb on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green51.8%
Blue92.2%
CMYK percentages
Cyan37.0%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#9484eb text on a black background
contrast 6.76:1
Card sample
#9484eb text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9484eb;
Background color
Panel with #9484eb background
background-color: #9484eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9484eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9484eb; background: linear-gradient(135deg, #9484eb, #D984EB);