#9da87d
a balanced, soft green · cool · closest name: tan
RGB
157, 168, 125
HSL
75°, 20%, 58%
CMYK
7, 0, 26, 34
Luminance
0.3665
Every format
| HEX | #9da87d |
| RGB | rgb(157, 168, 125) |
| HSL | hsl(75, 20%, 58%) |
| CMYK | cmyk(7%, 0%, 26%, 34%) |
| LAB | lab(67.0 -11.4 21.0) |
| LCH | lch(67.0 23.9 118.6) |
| OKLCH | oklch(0.712 0.061 119.6) |
Copy-ready code
/* CSS */
color: #9da87d;
background-color: #9da87d;
/* Tailwind (arbitrary) */
class="text-[#9da87d] bg-[#9da87d]"
/* SCSS */
$brand: #9da87d;
/* SwiftUI */
Color(red: 0.616, green: 0.659, blue: 0.490)
/* Android */
Color.parseColor("#9da87d")Accessibility — WCAG contrast
Aa
#9da87d on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da87d on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.9%
Blue49.0%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow25.6%
Key (black)34.1%
Color previews
#9da87d text on a black background
contrast 8.33:1
Card sample
#9da87d text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da87d;
Background color
Panel with #9da87d background
background-color: #9da87d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da87d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 168, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 168, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da87d; background: linear-gradient(135deg, #9da87d, #81A87D);