#71ad2f
a dark, vivid green · cool · closest name: olivedrab
RGB
113, 173, 47
HSL
89°, 57%, 43%
CMYK
35, 0, 73, 32
Luminance
0.3360
Every format
| HEX | #71ad2f |
| RGB | rgb(113, 173, 47) |
| HSL | hsl(89, 57%, 43%) |
| CMYK | cmyk(35%, 0%, 73%, 32%) |
| LAB | lab(64.7 -39.4 55.3) |
| LCH | lch(64.7 67.9 125.5) |
| OKLCH | oklch(0.682 0.167 131.8) |
Copy-ready code
/* CSS */
color: #71ad2f;
background-color: #71ad2f;
/* Tailwind (arbitrary) */
class="text-[#71ad2f] bg-[#71ad2f]"
/* SCSS */
$brand: #71ad2f;
/* SwiftUI */
Color(red: 0.443, green: 0.678, blue: 0.184)
/* Android */
Color.parseColor("#71ad2f")Accessibility — WCAG contrast
Aa
#71ad2f on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71ad2f on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green67.8%
Blue18.4%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow72.8%
Key (black)32.2%
Color previews
#71ad2f text on a black background
contrast 7.72:1
Card sample
#71ad2f text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71ad2f;
Background color
Panel with #71ad2f background
background-color: #71ad2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71ad2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 173, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 173, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71ad2f; background: linear-gradient(135deg, #71ad2f, #2FAD41);