#9687af
a balanced, soft violet · warm · closest name: steelblue
RGB
150, 135, 175
HSL
263°, 20%, 61%
CMYK
14, 23, 0, 31
Luminance
0.2691
Every format
| HEX | #9687af |
| RGB | rgb(150, 135, 175) |
| HSL | hsl(263, 20%, 61%) |
| CMYK | cmyk(14%, 23%, 0%, 31%) |
| LAB | lab(58.9 13.7 -19.0) |
| LCH | lch(58.9 23.4 305.9) |
| OKLCH | oklch(0.651 0.061 301.9) |
Copy-ready code
/* CSS */
color: #9687af;
background-color: #9687af;
/* Tailwind (arbitrary) */
class="text-[#9687af] bg-[#9687af]"
/* SCSS */
$brand: #9687af;
/* SwiftUI */
Color(red: 0.588, green: 0.529, blue: 0.686)
/* Android */
Color.parseColor("#9687af")Accessibility — WCAG contrast
Aa
#9687af on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9687af on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green52.9%
Blue68.6%
CMYK percentages
Cyan14.3%
Magenta22.9%
Yellow0.0%
Key (black)31.4%
Color previews
#9687af text on a black background
contrast 6.38:1
Card sample
#9687af text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9687af;
Background color
Panel with #9687af background
background-color: #9687af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9687af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 135, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 135, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9687af; background: linear-gradient(135deg, #9687af, #AF87AD);