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