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