#9687b4
a balanced, soft violet · warm · closest name: steelblue
RGB
150, 135, 180
HSL
260°, 23%, 62%
CMYK
17, 25, 0, 29
Luminance
0.2711
Every format
| HEX | #9687b4 |
| RGB | rgb(150, 135, 180) |
| HSL | hsl(260, 23%, 62%) |
| CMYK | cmyk(17%, 25%, 0%, 29%) |
| LAB | lab(59.1 14.8 -21.6) |
| LCH | lch(59.1 26.2 304.6) |
| OKLCH | oklch(0.653 0.068 299.8) |
Copy-ready code
/* CSS */
color: #9687b4;
background-color: #9687b4;
/* Tailwind (arbitrary) */
class="text-[#9687b4] bg-[#9687b4]"
/* SCSS */
$brand: #9687b4;
/* SwiftUI */
Color(red: 0.588, green: 0.529, blue: 0.706)
/* Android */
Color.parseColor("#9687b4")Accessibility — WCAG contrast
Aa
#9687b4 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9687b4 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green52.9%
Blue70.6%
CMYK percentages
Cyan16.7%
Magenta25.0%
Yellow0.0%
Key (black)29.4%
Color previews
#9687b4 text on a black background
contrast 6.42:1
Card sample
#9687b4 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9687b4;
Background color
Panel with #9687b4 background
background-color: #9687b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9687b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 135, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 135, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9687b4; background: linear-gradient(135deg, #9687b4, #B487B4);