#96889b
a balanced, muted violet · warm · closest name: gray
RGB
150, 136, 155
HSL
284°, 9%, 57%
CMYK
3, 12, 0, 39
Luminance
0.2646
Every format
| HEX | #96889b |
| RGB | rgb(150, 136, 155) |
| HSL | hsl(284, 9%, 57%) |
| CMYK | cmyk(3%, 12%, 0%, 39%) |
| LAB | lab(58.5 8.9 -8.2) |
| LCH | lch(58.5 12.1 317.4) |
| OKLCH | oklch(0.645 0.032 317.2) |
Copy-ready code
/* CSS */
color: #96889b;
background-color: #96889b;
/* Tailwind (arbitrary) */
class="text-[#96889b] bg-[#96889b]"
/* SCSS */
$brand: #96889b;
/* SwiftUI */
Color(red: 0.588, green: 0.533, blue: 0.608)
/* Android */
Color.parseColor("#96889b")Accessibility — WCAG contrast
Aa
#96889b on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#96889b on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green53.3%
Blue60.8%
CMYK percentages
Cyan3.2%
Magenta12.3%
Yellow0.0%
Key (black)39.2%
Color previews
#96889b text on a black background
contrast 6.29:1
Card sample
#96889b text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96889b;
Background color
Panel with #96889b background
background-color: #96889b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96889b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 136, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 136, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96889b; background: linear-gradient(135deg, #96889b, #9B8893);