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