#84ab21
a dark, vivid green · cool · closest name: olivedrab
RGB
132, 171, 33
HSL
77°, 68%, 40%
CMYK
23, 0, 81, 33
Luminance
0.3414
Every format
| HEX | #84ab21 |
| RGB | rgb(132, 171, 33) |
| HSL | hsl(77, 68%, 40%) |
| CMYK | cmyk(23%, 0%, 81%, 33%) |
| LAB | lab(65.1 -31.9 60.6) |
| LCH | lch(65.1 68.5 117.7) |
| OKLCH | oklch(0.688 0.162 125.0) |
Copy-ready code
/* CSS */
color: #84ab21;
background-color: #84ab21;
/* Tailwind (arbitrary) */
class="text-[#84ab21] bg-[#84ab21]"
/* SCSS */
$brand: #84ab21;
/* SwiftUI */
Color(red: 0.518, green: 0.671, blue: 0.129)
/* Android */
Color.parseColor("#84ab21")Accessibility — WCAG contrast
Aa
#84ab21 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84ab21 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green67.1%
Blue12.9%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow80.7%
Key (black)32.9%
Color previews
#84ab21 text on a black background
contrast 7.83:1
Card sample
#84ab21 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84ab21;
Background color
Panel with #84ab21 background
background-color: #84ab21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84ab21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 171, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 171, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84ab21; background: linear-gradient(135deg, #84ab21, #28AB21);