#71a921
a dark, vivid green · cool · closest name: olivedrab
RGB
113, 169, 33
HSL
85°, 67%, 40%
CMYK
33, 0, 81, 34
Luminance
0.3200
Every format
| HEX | #71a921 |
| RGB | rgb(113, 169, 33) |
| HSL | hsl(85, 67%, 40%) |
| CMYK | cmyk(33%, 0%, 81%, 34%) |
| LAB | lab(63.3 -38.4 58.6) |
| LCH | lch(63.3 70.1 123.2) |
| OKLCH | oklch(0.671 0.169 130.3) |
Copy-ready code
/* CSS */
color: #71a921;
background-color: #71a921;
/* Tailwind (arbitrary) */
class="text-[#71a921] bg-[#71a921]"
/* SCSS */
$brand: #71a921;
/* SwiftUI */
Color(red: 0.443, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#71a921")Accessibility — WCAG contrast
Aa
#71a921 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71a921 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green66.3%
Blue12.9%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow80.5%
Key (black)33.7%
Color previews
#71a921 text on a black background
contrast 7.40:1
Card sample
#71a921 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71a921;
Background color
Panel with #71a921 background
background-color: #71a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71a921; background: linear-gradient(135deg, #71a921, #21A92C);