#9cb3af
a light, muted cyan · cool · closest name: silver
RGB
156, 179, 175
HSL
170°, 13%, 66%
CMYK
13, 0, 2, 30
Luminance
0.4240
Every format
| HEX | #9cb3af |
| RGB | rgb(156, 179, 175) |
| HSL | hsl(170, 13%, 66%) |
| CMYK | cmyk(13%, 0%, 2%, 30%) |
| LAB | lab(71.2 -8.7 -0.6) |
| LCH | lch(71.2 8.7 184.1) |
| OKLCH | oklch(0.748 0.026 184.0) |
Copy-ready code
/* CSS */
color: #9cb3af;
background-color: #9cb3af;
/* Tailwind (arbitrary) */
class="text-[#9cb3af] bg-[#9cb3af]"
/* SCSS */
$brand: #9cb3af;
/* SwiftUI */
Color(red: 0.612, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#9cb3af")Accessibility — WCAG contrast
Aa
#9cb3af on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cb3af on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green70.2%
Blue68.6%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#9cb3af text on a black background
contrast 9.48:1
Card sample
#9cb3af text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cb3af;
Background color
Panel with #9cb3af background
background-color: #9cb3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cb3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cb3af; background: linear-gradient(135deg, #9cb3af, #9CA8B3);