#9686df
a light, vivid blue · warm · closest name: slateblue
RGB
150, 134, 223
HSL
251°, 58%, 70%
CMYK
33, 40, 0, 13
Luminance
0.2886
Every format
| HEX | #9686df |
| RGB | rgb(150, 134, 223) |
| HSL | hsl(251, 58%, 70%) |
| CMYK | cmyk(33%, 40%, 0%, 13%) |
| LAB | lab(60.7 26.0 -43.3) |
| LCH | lch(60.7 50.5 300.9) |
| OKLCH | oklch(0.671 0.130 290.7) |
Copy-ready code
/* CSS */
color: #9686df;
background-color: #9686df;
/* Tailwind (arbitrary) */
class="text-[#9686df] bg-[#9686df]"
/* SCSS */
$brand: #9686df;
/* SwiftUI */
Color(red: 0.588, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#9686df")Accessibility — WCAG contrast
Aa
#9686df on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9686df on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green52.5%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9686df text on a black background
contrast 6.77:1
Card sample
#9686df text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9686df;
Background color
Panel with #9686df background
background-color: #9686df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9686df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9686df; background: linear-gradient(135deg, #9686df, #D186DF);