#84a331
a dark, vivid green · cool · closest name: olivedrab
RGB
132, 163, 49
HSL
76°, 54%, 42%
CMYK
19, 0, 70, 36
Luminance
0.3132
Every format
| HEX | #84a331 |
| RGB | rgb(132, 163, 49) |
| HSL | hsl(76, 54%, 42%) |
| CMYK | cmyk(19%, 0%, 70%, 36%) |
| LAB | lab(62.8 -27.2 53.0) |
| LCH | lch(62.8 59.6 117.2) |
| OKLCH | oklch(0.670 0.143 123.5) |
Copy-ready code
/* CSS */
color: #84a331;
background-color: #84a331;
/* Tailwind (arbitrary) */
class="text-[#84a331] bg-[#84a331]"
/* SCSS */
$brand: #84a331;
/* SwiftUI */
Color(red: 0.518, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#84a331")Accessibility — WCAG contrast
Aa
#84a331 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84a331 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green63.9%
Blue19.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#84a331 text on a black background
contrast 7.26:1
Card sample
#84a331 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84a331;
Background color
Panel with #84a331 background
background-color: #84a331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84a331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84a331; background: linear-gradient(135deg, #84a331, #38A331);