#9dab7d
a balanced, soft green · cool · closest name: tan
RGB
157, 171, 125
HSL
78°, 22%, 58%
CMYK
8, 0, 27, 33
Luminance
0.3777
Every format
| HEX | #9dab7d |
| RGB | rgb(157, 171, 125) |
| HSL | hsl(78, 22%, 58%) |
| CMYK | cmyk(8%, 0%, 27%, 33%) |
| LAB | lab(67.8 -13.0 22.1) |
| LCH | lch(67.8 25.6 120.4) |
| OKLCH | oklch(0.718 0.066 121.8) |
Copy-ready code
/* CSS */
color: #9dab7d;
background-color: #9dab7d;
/* Tailwind (arbitrary) */
class="text-[#9dab7d] bg-[#9dab7d]"
/* SCSS */
$brand: #9dab7d;
/* SwiftUI */
Color(red: 0.616, green: 0.671, blue: 0.490)
/* Android */
Color.parseColor("#9dab7d")Accessibility — WCAG contrast
Aa
#9dab7d on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dab7d on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green67.1%
Blue49.0%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow26.9%
Key (black)32.9%
Color previews
#9dab7d text on a black background
contrast 8.55:1
Card sample
#9dab7d text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dab7d;
Background color
Panel with #9dab7d background
background-color: #9dab7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dab7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 171, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 171, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dab7d; background: linear-gradient(135deg, #9dab7d, #7EAB7D);