#9da64d
a balanced, soft yellow · cool · closest name: olivedrab
RGB
157, 166, 77
HSL
66°, 37%, 48%
CMYK
5, 0, 54, 35
Luminance
0.3498
Every format
| HEX | #9da64d |
| RGB | rgb(157, 166, 77) |
| HSL | hsl(66, 37%, 48%) |
| CMYK | cmyk(5%, 0%, 54%, 35%) |
| LAB | lab(65.7 -16.1 44.4) |
| LCH | lch(65.7 47.2 110.0) |
| OKLCH | oklch(0.699 0.114 114.2) |
Copy-ready code
/* CSS */
color: #9da64d;
background-color: #9da64d;
/* Tailwind (arbitrary) */
class="text-[#9da64d] bg-[#9da64d]"
/* SCSS */
$brand: #9da64d;
/* SwiftUI */
Color(red: 0.616, green: 0.651, blue: 0.302)
/* Android */
Color.parseColor("#9da64d")Accessibility — WCAG contrast
Aa
#9da64d on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da64d on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.1%
Blue30.2%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow53.6%
Key (black)34.9%
Color previews
#9da64d text on a black background
contrast 8.00:1
Card sample
#9da64d text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da64d;
Background color
Panel with #9da64d background
background-color: #9da64d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da64d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 166, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 166, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da64d; background: linear-gradient(135deg, #9da64d, #62A64D);