#9da57c
a balanced, soft green · cool · closest name: tan
RGB
157, 165, 124
HSL
72°, 19%, 57%
CMYK
5, 0, 25, 35
Luminance
0.3553
Every format
| HEX | #9da57c |
| RGB | rgb(157, 165, 124) |
| HSL | hsl(72, 19%, 57%) |
| CMYK | cmyk(5%, 0%, 25%, 35%) |
| LAB | lab(66.2 -10.0 20.4) |
| LCH | lch(66.2 22.7 116.1) |
| OKLCH | oklch(0.705 0.058 116.9) |
Copy-ready code
/* CSS */
color: #9da57c;
background-color: #9da57c;
/* Tailwind (arbitrary) */
class="text-[#9da57c] bg-[#9da57c]"
/* SCSS */
$brand: #9da57c;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.486)
/* Android */
Color.parseColor("#9da57c")Accessibility — WCAG contrast
Aa
#9da57c on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da57c on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue48.6%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow24.8%
Key (black)35.3%
Color previews
#9da57c text on a black background
contrast 8.11:1
Card sample
#9da57c text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da57c;
Background color
Panel with #9da57c background
background-color: #9da57c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da57c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da57c; background: linear-gradient(135deg, #9da57c, #82A57C);