#9696ab
a balanced, muted blue · warm · closest name: gray
RGB
150, 150, 171
HSL
240°, 11%, 63%
CMYK
12, 12, 0, 33
Luminance
0.3124
Every format
| HEX | #9696ab |
| RGB | rgb(150, 150, 171) |
| HSL | hsl(240, 11%, 63%) |
| CMYK | cmyk(12%, 12%, 0%, 33%) |
| LAB | lab(62.7 4.3 -10.9) |
| LCH | lch(62.7 11.8 291.4) |
| OKLCH | oklch(0.680 0.031 285.6) |
Copy-ready code
/* CSS */
color: #9696ab;
background-color: #9696ab;
/* Tailwind (arbitrary) */
class="text-[#9696ab] bg-[#9696ab]"
/* SCSS */
$brand: #9696ab;
/* SwiftUI */
Color(red: 0.588, green: 0.588, blue: 0.671)
/* Android */
Color.parseColor("#9696ab")Accessibility — WCAG contrast
Aa
#9696ab on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9696ab on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green58.8%
Blue67.1%
CMYK percentages
Cyan12.3%
Magenta12.3%
Yellow0.0%
Key (black)32.9%
Color previews
#9696ab text on a black background
contrast 7.25:1
Card sample
#9696ab text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9696ab;
Background color
Panel with #9696ab background
background-color: #9696ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9696ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 150, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 150, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9696ab; background: linear-gradient(135deg, #9696ab, #A496AB);