#9c86df
a light, vivid blue · warm · closest name: slateblue
RGB
156, 134, 223
HSL
255°, 58%, 70%
CMYK
30, 40, 0, 13
Luminance
0.2945
Every format
| HEX | #9c86df |
| RGB | rgb(156, 134, 223) |
| HSL | hsl(255, 58%, 70%) |
| CMYK | cmyk(30%, 40%, 0%, 13%) |
| LAB | lab(61.2 27.6 -42.5) |
| LCH | lch(61.2 50.7 303.0) |
| OKLCH | oklch(0.676 0.130 294.0) |
Copy-ready code
/* CSS */
color: #9c86df;
background-color: #9c86df;
/* Tailwind (arbitrary) */
class="text-[#9c86df] bg-[#9c86df]"
/* SCSS */
$brand: #9c86df;
/* SwiftUI */
Color(red: 0.612, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#9c86df")Accessibility — WCAG contrast
Aa
#9c86df on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c86df on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green52.5%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9c86df text on a black background
contrast 6.89:1
Card sample
#9c86df text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c86df;
Background color
Panel with #9c86df background
background-color: #9c86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c86df; background: linear-gradient(135deg, #9c86df, #D786DF);