#9facaf
a light, muted cyan · cool · closest name: silver
RGB
159, 172, 175
HSL
191°, 9%, 66%
CMYK
9, 2, 0, 31
Luminance
0.3997
Every format
| HEX | #9facaf |
| RGB | rgb(159, 172, 175) |
| HSL | hsl(191, 9%, 66%) |
| CMYK | cmyk(9%, 2%, 0%, 31%) |
| LAB | lab(69.5 -3.9 -3.1) |
| LCH | lch(69.5 5.0 218.3) |
| OKLCH | oklch(0.735 0.015 213.1) |
Copy-ready code
/* CSS */
color: #9facaf;
background-color: #9facaf;
/* Tailwind (arbitrary) */
class="text-[#9facaf] bg-[#9facaf]"
/* SCSS */
$brand: #9facaf;
/* SwiftUI */
Color(red: 0.624, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#9facaf")Accessibility — WCAG contrast
Aa
#9facaf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9facaf on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.5%
Blue68.6%
CMYK percentages
Cyan9.1%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#9facaf text on a black background
contrast 8.99:1
Card sample
#9facaf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9facaf;
Background color
Panel with #9facaf background
background-color: #9facaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9facaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9facaf; background: linear-gradient(135deg, #9facaf, #9FA1AF);