#96abab
a balanced, muted cyan · cool · closest name: silver
RGB
150, 171, 171
HSL
180°, 11%, 63%
CMYK
12, 0, 0, 33
Luminance
0.3855
Every format
| HEX | #96abab |
| RGB | rgb(150, 171, 171) |
| HSL | hsl(180, 11%, 63%) |
| CMYK | cmyk(12%, 0%, 0%, 33%) |
| LAB | lab(68.4 -7.3 -2.5) |
| LCH | lch(68.4 7.7 198.8) |
| OKLCH | oklch(0.725 0.023 196.6) |
Copy-ready code
/* CSS */
color: #96abab;
background-color: #96abab;
/* Tailwind (arbitrary) */
class="text-[#96abab] bg-[#96abab]"
/* SCSS */
$brand: #96abab;
/* SwiftUI */
Color(red: 0.588, green: 0.671, blue: 0.671)
/* Android */
Color.parseColor("#96abab")Accessibility — WCAG contrast
Aa
#96abab on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96abab on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green67.1%
Blue67.1%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow0.0%
Key (black)32.9%
Color previews
#96abab text on a black background
contrast 8.71:1
Card sample
#96abab text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96abab;
Background color
Panel with #96abab background
background-color: #96abab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96abab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 171, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 171, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96abab; background: linear-gradient(135deg, #96abab, #969DAB);