#84a511
a dark, electric green · cool · closest name: olivedrab
RGB
132, 165, 17
HSL
73°, 81%, 36%
CMYK
20, 0, 90, 35
Luminance
0.3186
Every format
| HEX | #84a511 |
| RGB | rgb(132, 165, 17) |
| HSL | hsl(73, 81%, 36%) |
| CMYK | cmyk(20%, 0%, 90%, 35%) |
| LAB | lab(63.2 -29.6 62.8) |
| LCH | lch(63.2 69.4 115.2) |
| OKLCH | oklch(0.673 0.161 123.0) |
Copy-ready code
/* CSS */
color: #84a511;
background-color: #84a511;
/* Tailwind (arbitrary) */
class="text-[#84a511] bg-[#84a511]"
/* SCSS */
$brand: #84a511;
/* SwiftUI */
Color(red: 0.518, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#84a511")Accessibility — WCAG contrast
Aa
#84a511 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a511 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green64.7%
Blue6.7%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow89.7%
Key (black)35.3%
Color previews
#84a511 text on a black background
contrast 7.37:1
Card sample
#84a511 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a511;
Background color
Panel with #84a511 background
background-color: #84a511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a511; background: linear-gradient(135deg, #84a511, #21A511);