#9da489
a balanced, muted green · cool · closest name: tan
RGB
157, 164, 137
HSL
76°, 13%, 59%
CMYK
4, 0, 17, 36
Luminance
0.3553
Every format
| HEX | #9da489 |
| RGB | rgb(157, 164, 137) |
| HSL | hsl(76, 13%, 59%) |
| CMYK | cmyk(4%, 0%, 17%, 36%) |
| LAB | lab(66.2 -7.4 13.2) |
| LCH | lch(66.2 15.1 119.3) |
| OKLCH | oklch(0.706 0.039 119.2) |
Copy-ready code
/* CSS */
color: #9da489;
background-color: #9da489;
/* Tailwind (arbitrary) */
class="text-[#9da489] bg-[#9da489]"
/* SCSS */
$brand: #9da489;
/* SwiftUI */
Color(red: 0.616, green: 0.643, blue: 0.537)
/* Android */
Color.parseColor("#9da489")Accessibility — WCAG contrast
Aa
#9da489 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da489 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.3%
Blue53.7%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow16.5%
Key (black)35.7%
Color previews
#9da489 text on a black background
contrast 8.11:1
Card sample
#9da489 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da489;
Background color
Panel with #9da489 background
background-color: #9da489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 164, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 164, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da489; background: linear-gradient(135deg, #9da489, #8BA489);