#96afab
a balanced, muted cyan · cool · closest name: silver
RGB
150, 175, 171
HSL
170°, 14%, 64%
CMYK
14, 0, 2, 31
Luminance
0.4008
Every format
| HEX | #96afab |
| RGB | rgb(150, 175, 171) |
| HSL | hsl(170, 14%, 64%) |
| CMYK | cmyk(14%, 0%, 2%, 31%) |
| LAB | lab(69.5 -9.4 -0.8) |
| LCH | lch(69.5 9.4 185.2) |
| OKLCH | oklch(0.734 0.028 184.9) |
Copy-ready code
/* CSS */
color: #96afab;
background-color: #96afab;
/* Tailwind (arbitrary) */
class="text-[#96afab] bg-[#96afab]"
/* SCSS */
$brand: #96afab;
/* SwiftUI */
Color(red: 0.588, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#96afab")Accessibility — WCAG contrast
Aa
#96afab on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96afab on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green68.6%
Blue67.1%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow2.3%
Key (black)31.4%
Color previews
#96afab text on a black background
contrast 9.02:1
Card sample
#96afab text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96afab;
Background color
Panel with #96afab background
background-color: #96afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96afab; background: linear-gradient(135deg, #96afab, #96A2AF);