#9986eb
a light, vivid blue · warm · closest name: slateblue
RGB
153, 134, 235
HSL
251°, 72%, 72%
CMYK
35, 43, 0, 8
Luminance
0.2982
Every format
| HEX | #9986eb |
| RGB | rgb(153, 134, 235) |
| HSL | hsl(251, 72%, 72%) |
| CMYK | cmyk(35%, 43%, 0%, 8%) |
| LAB | lab(61.5 29.9 -48.6) |
| LCH | lch(61.5 57.1 301.6) |
| OKLCH | oklch(0.680 0.146 290.6) |
Copy-ready code
/* CSS */
color: #9986eb;
background-color: #9986eb;
/* Tailwind (arbitrary) */
class="text-[#9986eb] bg-[#9986eb]"
/* SCSS */
$brand: #9986eb;
/* SwiftUI */
Color(red: 0.600, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#9986eb")Accessibility — WCAG contrast
Aa
#9986eb on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9986eb on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green52.5%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9986eb text on a black background
contrast 6.96:1
Card sample
#9986eb text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9986eb;
Background color
Panel with #9986eb background
background-color: #9986eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9986eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9986eb; background: linear-gradient(135deg, #9986eb, #DC86EB);