#9486eb
a light, vivid blue · warm · closest name: slateblue
RGB
148, 134, 235
HSL
248°, 72%, 72%
CMYK
37, 43, 0, 8
Luminance
0.2934
Every format
| HEX | #9486eb |
| RGB | rgb(148, 134, 235) |
| HSL | hsl(248, 72%, 72%) |
| CMYK | cmyk(37%, 43%, 0%, 8%) |
| LAB | lab(61.1 28.6 -49.3) |
| LCH | lch(61.1 57.0 300.1) |
| OKLCH | oklch(0.676 0.146 288.2) |
Copy-ready code
/* CSS */
color: #9486eb;
background-color: #9486eb;
/* Tailwind (arbitrary) */
class="text-[#9486eb] bg-[#9486eb]"
/* SCSS */
$brand: #9486eb;
/* SwiftUI */
Color(red: 0.580, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#9486eb")Accessibility — WCAG contrast
Aa
#9486eb on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9486eb on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green52.5%
Blue92.2%
CMYK percentages
Cyan37.0%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9486eb text on a black background
contrast 6.87:1
Card sample
#9486eb text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9486eb;
Background color
Panel with #9486eb background
background-color: #9486eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9486eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9486eb; background: linear-gradient(135deg, #9486eb, #D786EB);