#9ba09c
a balanced, muted gray · cool · closest name: gray
RGB
155, 160, 156
HSL
132°, 3%, 62%
CMYK
3, 0, 3, 37
Luminance
0.3451
Every format
| HEX | #9ba09c |
| RGB | rgb(155, 160, 156) |
| HSL | hsl(132, 3%, 62%) |
| CMYK | cmyk(3%, 0%, 3%, 37%) |
| LAB | lab(65.4 -2.6 1.5) |
| LCH | lch(65.4 3.0 150.3) |
| OKLCH | oklch(0.701 0.008 151.8) |
Copy-ready code
/* CSS */
color: #9ba09c;
background-color: #9ba09c;
/* Tailwind (arbitrary) */
class="text-[#9ba09c] bg-[#9ba09c]"
/* SCSS */
$brand: #9ba09c;
/* SwiftUI */
Color(red: 0.608, green: 0.627, blue: 0.612)
/* Android */
Color.parseColor("#9ba09c")Accessibility — WCAG contrast
Aa
#9ba09c on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba09c on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green62.7%
Blue61.2%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow2.5%
Key (black)37.3%
Color previews
#9ba09c text on a black background
contrast 7.90:1
Card sample
#9ba09c text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba09c;
Background color
Panel with #9ba09c background
background-color: #9ba09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 160, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 160, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba09c; background: linear-gradient(135deg, #9ba09c, #9BA09F);