#9da44f
a balanced, soft yellow · cool · closest name: olivedrab
RGB
157, 164, 79
HSL
65°, 35%, 48%
CMYK
4, 0, 52, 36
Luminance
0.3428
Every format
| HEX | #9da44f |
| RGB | rgb(157, 164, 79) |
| HSL | hsl(65, 35%, 48%) |
| CMYK | cmyk(4%, 0%, 52%, 36%) |
| LAB | lab(65.2 -14.9 42.8) |
| LCH | lch(65.2 45.3 109.2) |
| OKLCH | oklch(0.695 0.110 113.1) |
Copy-ready code
/* CSS */
color: #9da44f;
background-color: #9da44f;
/* Tailwind (arbitrary) */
class="text-[#9da44f] bg-[#9da44f]"
/* SCSS */
$brand: #9da44f;
/* SwiftUI */
Color(red: 0.616, green: 0.643, blue: 0.310)
/* Android */
Color.parseColor("#9da44f")Accessibility — WCAG contrast
Aa
#9da44f on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da44f on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.3%
Blue31.0%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow51.8%
Key (black)35.7%
Color previews
#9da44f text on a black background
contrast 7.86:1
Card sample
#9da44f text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da44f;
Background color
Panel with #9da44f background
background-color: #9da44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 164, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 164, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da44f; background: linear-gradient(135deg, #9da44f, #64A44F);