#9ba080
a balanced, muted yellow · cool · closest name: tan
RGB
155, 160, 128
HSL
69°, 14%, 57%
CMYK
3, 0, 20, 37
Luminance
0.3367
Every format
| HEX | #9ba080 |
| RGB | rgb(155, 160, 128) |
| HSL | hsl(69, 14%, 57%) |
| CMYK | cmyk(3%, 0%, 20%, 37%) |
| LAB | lab(64.7 -7.5 16.1) |
| LCH | lch(64.7 17.8 114.9) |
| OKLCH | oklch(0.693 0.045 114.8) |
Copy-ready code
/* CSS */
color: #9ba080;
background-color: #9ba080;
/* Tailwind (arbitrary) */
class="text-[#9ba080] bg-[#9ba080]"
/* SCSS */
$brand: #9ba080;
/* SwiftUI */
Color(red: 0.608, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#9ba080")Accessibility — WCAG contrast
Aa
#9ba080 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba080 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green62.7%
Blue50.2%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow20.0%
Key (black)37.3%
Color previews
#9ba080 text on a black background
contrast 7.73:1
Card sample
#9ba080 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba080;
Background color
Panel with #9ba080 background
background-color: #9ba080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba080; background: linear-gradient(135deg, #9ba080, #86A080);