#9facac
a balanced, muted gray · cool · closest name: silver
RGB
159, 172, 172
HSL
180°, 7%, 65%
CMYK
8, 0, 0, 33
Luminance
0.3985
Every format
| HEX | #9facac |
| RGB | rgb(159, 172, 172) |
| HSL | hsl(180, 7%, 65%) |
| CMYK | cmyk(8%, 0%, 0%, 33%) |
| LAB | lab(69.4 -4.5 -1.6) |
| LCH | lch(69.4 4.8 199.0) |
| OKLCH | oklch(0.734 0.015 196.8) |
Copy-ready code
/* CSS */
color: #9facac;
background-color: #9facac;
/* Tailwind (arbitrary) */
class="text-[#9facac] bg-[#9facac]"
/* SCSS */
$brand: #9facac;
/* SwiftUI */
Color(red: 0.624, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#9facac")Accessibility — WCAG contrast
Aa
#9facac on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9facac on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.5%
Blue67.5%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#9facac text on a black background
contrast 8.97:1
Card sample
#9facac text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9facac;
Background color
Panel with #9facac background
background-color: #9facac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9facac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9facac; background: linear-gradient(135deg, #9facac, #9FA3AC);