#9687fd
a light, electric blue · warm · closest name: slateblue
RGB
150, 135, 253
HSL
248°, 97%, 76%
CMYK
41, 47, 0, 1
Luminance
0.3090
Every format
| HEX | #9687fd |
| RGB | rgb(150, 135, 253) |
| HSL | hsl(248, 97%, 76%) |
| CMYK | cmyk(41%, 47%, 0%, 1%) |
| LAB | lab(62.4 33.4 -57.1) |
| LCH | lch(62.4 66.2 300.3) |
| OKLCH | oklch(0.689 0.169 286.9) |
Copy-ready code
/* CSS */
color: #9687fd;
background-color: #9687fd;
/* Tailwind (arbitrary) */
class="text-[#9687fd] bg-[#9687fd]"
/* SCSS */
$brand: #9687fd;
/* SwiftUI */
Color(red: 0.588, green: 0.529, blue: 0.992)
/* Android */
Color.parseColor("#9687fd")Accessibility — WCAG contrast
Aa
#9687fd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9687fd on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green52.9%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta46.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9687fd text on a black background
contrast 7.18:1
Card sample
#9687fd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9687fd;
Background color
Panel with #9687fd background
background-color: #9687fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9687fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 135, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 135, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9687fd; background: linear-gradient(135deg, #9687fd, #E587FD);