#9da76c
a balanced, soft green · cool · closest name: tan
RGB
157, 167, 108
HSL
70°, 25%, 54%
CMYK
6, 0, 35, 35
Luminance
0.3589
Every format
| HEX | #9da76c |
| RGB | rgb(157, 167, 108) |
| HSL | hsl(70, 25%, 54%) |
| CMYK | cmyk(6%, 0%, 35%, 35%) |
| LAB | lab(66.4 -13.3 29.4) |
| LCH | lch(66.4 32.2 114.3) |
| OKLCH | oklch(0.706 0.081 116.4) |
Copy-ready code
/* CSS */
color: #9da76c;
background-color: #9da76c;
/* Tailwind (arbitrary) */
class="text-[#9da76c] bg-[#9da76c]"
/* SCSS */
$brand: #9da76c;
/* SwiftUI */
Color(red: 0.616, green: 0.655, blue: 0.424)
/* Android */
Color.parseColor("#9da76c")Accessibility — WCAG contrast
Aa
#9da76c on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da76c on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.5%
Blue42.4%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow35.3%
Key (black)34.5%
Color previews
#9da76c text on a black background
contrast 8.18:1
Card sample
#9da76c text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da76c;
Background color
Panel with #9da76c background
background-color: #9da76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 167, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 167, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da76c; background: linear-gradient(135deg, #9da76c, #76A76C);