#9da07d
a balanced, soft yellow · cool · closest name: tan
RGB
157, 160, 125
HSL
65°, 16%, 56%
CMYK
2, 0, 22, 37
Luminance
0.3379
Every format
| HEX | #9da07d |
| RGB | rgb(157, 160, 125) |
| HSL | hsl(65, 16%, 56%) |
| CMYK | cmyk(2%, 0%, 22%, 37%) |
| LAB | lab(64.8 -7.2 17.9) |
| LCH | lch(64.8 19.3 111.8) |
| OKLCH | oklch(0.694 0.049 111.7) |
Copy-ready code
/* CSS */
color: #9da07d;
background-color: #9da07d;
/* Tailwind (arbitrary) */
class="text-[#9da07d] bg-[#9da07d]"
/* SCSS */
$brand: #9da07d;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.490)
/* Android */
Color.parseColor("#9da07d")Accessibility — WCAG contrast
Aa
#9da07d on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da07d on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue49.0%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow21.9%
Key (black)37.3%
Color previews
#9da07d text on a black background
contrast 7.76:1
Card sample
#9da07d text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da07d;
Background color
Panel with #9da07d background
background-color: #9da07d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da07d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da07d; background: linear-gradient(135deg, #9da07d, #86A07D);