#9687eb
a light, vivid blue · warm · closest name: slateblue
RGB
150, 135, 235
HSL
249°, 71%, 73%
CMYK
36, 43, 0, 8
Luminance
0.2981
Every format
| HEX | #9687eb |
| RGB | rgb(150, 135, 235) |
| HSL | hsl(249, 71%, 73%) |
| CMYK | cmyk(36%, 43%, 0%, 8%) |
| LAB | lab(61.5 28.5 -48.7) |
| LCH | lch(61.5 56.4 300.4) |
| OKLCH | oklch(0.679 0.145 288.8) |
Copy-ready code
/* CSS */
color: #9687eb;
background-color: #9687eb;
/* Tailwind (arbitrary) */
class="text-[#9687eb] bg-[#9687eb]"
/* SCSS */
$brand: #9687eb;
/* SwiftUI */
Color(red: 0.588, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#9687eb")Accessibility — WCAG contrast
Aa
#9687eb on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9687eb on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green52.9%
Blue92.2%
CMYK percentages
Cyan36.2%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9687eb text on a black background
contrast 6.96:1
Card sample
#9687eb text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9687eb;
Background color
Panel with #9687eb background
background-color: #9687eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9687eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9687eb; background: linear-gradient(135deg, #9687eb, #D987EB);