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