#84c621
a balanced, vivid green · cool · closest name: olivedrab
RGB
132, 198, 33
HSL
84°, 71%, 45%
CMYK
33, 0, 83, 22
Luminance
0.4540
Every format
| HEX | #84c621 |
| RGB | rgb(132, 198, 33) |
| HSL | hsl(84, 71%, 45%) |
| CMYK | cmyk(33%, 0%, 83%, 22%) |
| LAB | lab(73.2 -43.9 67.8) |
| LCH | lch(73.2 80.8 122.9) |
| OKLCH | oklch(0.754 0.194 130.3) |
Copy-ready code
/* CSS */
color: #84c621;
background-color: #84c621;
/* Tailwind (arbitrary) */
class="text-[#84c621] bg-[#84c621]"
/* SCSS */
$brand: #84c621;
/* SwiftUI */
Color(red: 0.518, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#84c621")Accessibility — WCAG contrast
Aa
#84c621 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84c621 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green77.6%
Blue12.9%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#84c621 text on a black background
contrast 10.08:1
Card sample
#84c621 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84c621;
Background color
Panel with #84c621 background
background-color: #84c621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84c621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84c621; background: linear-gradient(135deg, #84c621, #21C62C);