#9da84d
a balanced, soft yellow · cool · closest name: olivedrab
RGB
157, 168, 77
HSL
67°, 37%, 48%
CMYK
7, 0, 54, 34
Luminance
0.3571
Every format
| HEX | #9da84d |
| RGB | rgb(157, 168, 77) |
| HSL | hsl(67, 37%, 48%) |
| CMYK | cmyk(7%, 0%, 54%, 34%) |
| LAB | lab(66.3 -17.2 45.0) |
| LCH | lch(66.3 48.2 110.9) |
| OKLCH | oklch(0.704 0.117 115.2) |
Copy-ready code
/* CSS */
color: #9da84d;
background-color: #9da84d;
/* Tailwind (arbitrary) */
class="text-[#9da84d] bg-[#9da84d]"
/* SCSS */
$brand: #9da84d;
/* SwiftUI */
Color(red: 0.616, green: 0.659, blue: 0.302)
/* Android */
Color.parseColor("#9da84d")Accessibility — WCAG contrast
Aa
#9da84d on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da84d on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.9%
Blue30.2%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow54.2%
Key (black)34.1%
Color previews
#9da84d text on a black background
contrast 8.14:1
Card sample
#9da84d text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da84d;
Background color
Panel with #9da84d background
background-color: #9da84d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da84d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 168, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 168, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da84d; background: linear-gradient(135deg, #9da84d, #60A84D);