#84a40d
a dark, electric green · cool · closest name: olivedrab
RGB
132, 164, 13
HSL
73°, 85%, 35%
CMYK
20, 0, 92, 36
Luminance
0.3149
Every format
| HEX | #84a40d |
| RGB | rgb(132, 164, 13) |
| HSL | hsl(73, 85%, 35%) |
| CMYK | cmyk(20%, 0%, 92%, 36%) |
| LAB | lab(62.9 -29.2 63.3) |
| LCH | lch(62.9 69.7 114.8) |
| OKLCH | oklch(0.670 0.161 122.6) |
Copy-ready code
/* CSS */
color: #84a40d;
background-color: #84a40d;
/* Tailwind (arbitrary) */
class="text-[#84a40d] bg-[#84a40d]"
/* SCSS */
$brand: #84a40d;
/* SwiftUI */
Color(red: 0.518, green: 0.643, blue: 0.051)
/* Android */
Color.parseColor("#84a40d")Accessibility — WCAG contrast
Aa
#84a40d on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a40d on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green64.3%
Blue5.1%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow92.1%
Key (black)35.7%
Color previews
#84a40d text on a black background
contrast 7.30:1
Card sample
#84a40d text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a40d;
Background color
Panel with #84a40d background
background-color: #84a40d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a40d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 164, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 164, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a40d; background: linear-gradient(135deg, #84a40d, #1FA40D);