#9687df
a light, vivid blue · warm · closest name: slateblue
RGB
150, 135, 223
HSL
250°, 58%, 70%
CMYK
33, 40, 0, 13
Luminance
0.2914
Every format
| HEX | #9687df |
| RGB | rgb(150, 135, 223) |
| HSL | hsl(250, 58%, 70%) |
| CMYK | cmyk(33%, 40%, 0%, 13%) |
| LAB | lab(60.9 25.4 -42.9) |
| LCH | lch(60.9 49.9 300.6) |
| OKLCH | oklch(0.673 0.128 290.3) |
Copy-ready code
/* CSS */
color: #9687df;
background-color: #9687df;
/* Tailwind (arbitrary) */
class="text-[#9687df] bg-[#9687df]"
/* SCSS */
$brand: #9687df;
/* SwiftUI */
Color(red: 0.588, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#9687df")Accessibility — WCAG contrast
Aa
#9687df on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9687df on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green52.9%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9687df text on a black background
contrast 6.83:1
Card sample
#9687df text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9687df;
Background color
Panel with #9687df background
background-color: #9687df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9687df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9687df; background: linear-gradient(135deg, #9687df, #D187DF);