#9c86fc
a light, electric blue · warm · closest name: slateblue
RGB
156, 134, 252
HSL
251°, 95%, 76%
CMYK
38, 47, 0, 1
Luminance
0.3115
Every format
| HEX | #9c86fc |
| RGB | rgb(156, 134, 252) |
| HSL | hsl(251, 95%, 76%) |
| CMYK | cmyk(38%, 47%, 0%, 1%) |
| LAB | lab(62.6 35.1 -56.2) |
| LCH | lch(62.6 66.3 302.0) |
| OKLCH | oklch(0.692 0.169 289.8) |
Copy-ready code
/* CSS */
color: #9c86fc;
background-color: #9c86fc;
/* Tailwind (arbitrary) */
class="text-[#9c86fc] bg-[#9c86fc]"
/* SCSS */
$brand: #9c86fc;
/* SwiftUI */
Color(red: 0.612, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#9c86fc")Accessibility — WCAG contrast
Aa
#9c86fc on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c86fc on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green52.5%
Blue98.8%
CMYK percentages
Cyan38.1%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#9c86fc text on a black background
contrast 7.23:1
Card sample
#9c86fc text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c86fc;
Background color
Panel with #9c86fc background
background-color: #9c86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c86fc; background: linear-gradient(135deg, #9c86fc, #EB86FC);