#9da56d
a balanced, soft yellow · cool · closest name: tan
RGB
157, 165, 109
HSL
69°, 24%, 54%
CMYK
5, 0, 34, 35
Luminance
0.3518
Every format
| HEX | #9da56d |
| RGB | rgb(157, 165, 109) |
| HSL | hsl(69, 24%, 54%) |
| CMYK | cmyk(5%, 0%, 34%, 35%) |
| LAB | lab(65.9 -12.1 28.1) |
| LCH | lch(65.9 30.6 113.3) |
| OKLCH | oklch(0.702 0.077 115.0) |
Copy-ready code
/* CSS */
color: #9da56d;
background-color: #9da56d;
/* Tailwind (arbitrary) */
class="text-[#9da56d] bg-[#9da56d]"
/* SCSS */
$brand: #9da56d;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.427)
/* Android */
Color.parseColor("#9da56d")Accessibility — WCAG contrast
Aa
#9da56d on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da56d on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue42.7%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow33.9%
Key (black)35.3%
Color previews
#9da56d text on a black background
contrast 8.04:1
Card sample
#9da56d text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da56d;
Background color
Panel with #9da56d background
background-color: #9da56d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da56d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da56d; background: linear-gradient(135deg, #9da56d, #78A56D);