#9da66d
a balanced, soft yellow · cool · closest name: tan
RGB
157, 166, 109
HSL
70°, 24%, 54%
CMYK
5, 0, 34, 35
Luminance
0.3554
Every format
| HEX | #9da66d |
| RGB | rgb(157, 166, 109) |
| HSL | hsl(70, 24%, 54%) |
| CMYK | cmyk(5%, 0%, 34%, 35%) |
| LAB | lab(66.2 -12.6 28.5) |
| LCH | lch(66.2 31.2 113.9) |
| OKLCH | oklch(0.704 0.078 115.8) |
Copy-ready code
/* CSS */
color: #9da66d;
background-color: #9da66d;
/* Tailwind (arbitrary) */
class="text-[#9da66d] bg-[#9da66d]"
/* SCSS */
$brand: #9da66d;
/* SwiftUI */
Color(red: 0.616, green: 0.651, blue: 0.427)
/* Android */
Color.parseColor("#9da66d")Accessibility — WCAG contrast
Aa
#9da66d on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da66d on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.1%
Blue42.7%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow34.3%
Key (black)34.9%
Color previews
#9da66d text on a black background
contrast 8.11:1
Card sample
#9da66d text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da66d;
Background color
Panel with #9da66d background
background-color: #9da66d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da66d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 166, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 166, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da66d; background: linear-gradient(135deg, #9da66d, #77A66D);