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