#9da47d
a balanced, soft green · cool · closest name: tan
RGB
157, 164, 125
HSL
71°, 18%, 57%
CMYK
4, 0, 24, 36
Luminance
0.3520
Every format
| HEX | #9da47d |
| RGB | rgb(157, 164, 125) |
| HSL | hsl(71, 18%, 57%) |
| CMYK | cmyk(4%, 0%, 24%, 36%) |
| LAB | lab(65.9 -9.3 19.5) |
| LCH | lch(65.9 21.6 115.5) |
| OKLCH | oklch(0.703 0.055 116.1) |
Copy-ready code
/* CSS */
color: #9da47d;
background-color: #9da47d;
/* Tailwind (arbitrary) */
class="text-[#9da47d] bg-[#9da47d]"
/* SCSS */
$brand: #9da47d;
/* SwiftUI */
Color(red: 0.616, green: 0.643, blue: 0.490)
/* Android */
Color.parseColor("#9da47d")Accessibility — WCAG contrast
Aa
#9da47d on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da47d on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.3%
Blue49.0%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow23.8%
Key (black)35.7%
Color previews
#9da47d text on a black background
contrast 8.04:1
Card sample
#9da47d text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da47d;
Background color
Panel with #9da47d background
background-color: #9da47d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da47d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 164, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 164, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da47d; background: linear-gradient(135deg, #9da47d, #83A47D);