#71a331
a dark, vivid green · cool · closest name: olivedrab
RGB
113, 163, 49
HSL
86°, 54%, 42%
CMYK
31, 0, 70, 36
Luminance
0.2993
Every format
| HEX | #71a331 |
| RGB | rgb(113, 163, 49) |
| HSL | hsl(86, 54%, 42%) |
| CMYK | cmyk(31%, 0%, 70%, 36%) |
| LAB | lab(61.6 -34.8 51.4) |
| LCH | lch(61.6 62.1 124.1) |
| OKLCH | oklch(0.657 0.152 130.2) |
Copy-ready code
/* CSS */
color: #71a331;
background-color: #71a331;
/* Tailwind (arbitrary) */
class="text-[#71a331] bg-[#71a331]"
/* SCSS */
$brand: #71a331;
/* SwiftUI */
Color(red: 0.443, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#71a331")Accessibility — WCAG contrast
Aa
#71a331 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#71a331 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green63.9%
Blue19.2%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#71a331 text on a black background
contrast 6.99:1
Card sample
#71a331 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71a331;
Background color
Panel with #71a331 background
background-color: #71a331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71a331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71a331; background: linear-gradient(135deg, #71a331, #31A33D);