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