#9da86c
a balanced, soft green · cool · closest name: tan
RGB
157, 168, 108
HSL
71°, 26%, 54%
CMYK
7, 0, 36, 34
Luminance
0.3626
Every format
| HEX | #9da86c |
| RGB | rgb(157, 168, 108) |
| HSL | hsl(71, 26%, 54%) |
| CMYK | cmyk(7%, 0%, 36%, 34%) |
| LAB | lab(66.7 -13.8 29.7) |
| LCH | lch(66.7 32.8 114.9) |
| OKLCH | oklch(0.708 0.082 117.0) |
Copy-ready code
/* CSS */
color: #9da86c;
background-color: #9da86c;
/* Tailwind (arbitrary) */
class="text-[#9da86c] bg-[#9da86c]"
/* SCSS */
$brand: #9da86c;
/* SwiftUI */
Color(red: 0.616, green: 0.659, blue: 0.424)
/* Android */
Color.parseColor("#9da86c")Accessibility — WCAG contrast
Aa
#9da86c on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da86c on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.9%
Blue42.4%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow35.7%
Key (black)34.1%
Color previews
#9da86c text on a black background
contrast 8.25:1
Card sample
#9da86c text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da86c;
Background color
Panel with #9da86c background
background-color: #9da86c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da86c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 168, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 168, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da86c; background: linear-gradient(135deg, #9da86c, #75A86C);