#9da385
a balanced, muted green · cool · closest name: tan
RGB
157, 163, 133
HSL
72°, 14%, 58%
CMYK
4, 0, 18, 36
Luminance
0.3506
Every format
| HEX | #9da385 |
| RGB | rgb(157, 163, 133) |
| HSL | hsl(72, 14%, 58%) |
| CMYK | cmyk(4%, 0%, 18%, 36%) |
| LAB | lab(65.8 -7.5 14.9) |
| LCH | lch(65.8 16.7 116.7) |
| OKLCH | oklch(0.702 0.043 116.7) |
Copy-ready code
/* CSS */
color: #9da385;
background-color: #9da385;
/* Tailwind (arbitrary) */
class="text-[#9da385] bg-[#9da385]"
/* SCSS */
$brand: #9da385;
/* SwiftUI */
Color(red: 0.616, green: 0.639, blue: 0.522)
/* Android */
Color.parseColor("#9da385")Accessibility — WCAG contrast
Aa
#9da385 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da385 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.9%
Blue52.2%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow18.4%
Key (black)36.1%
Color previews
#9da385 text on a black background
contrast 8.01:1
Card sample
#9da385 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da385;
Background color
Panel with #9da385 background
background-color: #9da385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 163, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 163, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da385; background: linear-gradient(135deg, #9da385, #89A385);