#71aa22
a dark, vivid green · cool · closest name: olivedrab
RGB
113, 170, 34
HSL
85°, 67%, 40%
CMYK
34, 0, 80, 33
Luminance
0.3238
Every format
| HEX | #71aa22 |
| RGB | rgb(113, 170, 34) |
| HSL | hsl(85, 67%, 40%) |
| CMYK | cmyk(34%, 0%, 80%, 33%) |
| LAB | lab(63.6 -38.8 58.6) |
| LCH | lch(63.6 70.3 123.5) |
| OKLCH | oklch(0.674 0.170 130.5) |
Copy-ready code
/* CSS */
color: #71aa22;
background-color: #71aa22;
/* Tailwind (arbitrary) */
class="text-[#71aa22] bg-[#71aa22]"
/* SCSS */
$brand: #71aa22;
/* SwiftUI */
Color(red: 0.443, green: 0.667, blue: 0.133)
/* Android */
Color.parseColor("#71aa22")Accessibility — WCAG contrast
Aa
#71aa22 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71aa22 on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green66.7%
Blue13.3%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow80.0%
Key (black)33.3%
Color previews
#71aa22 text on a black background
contrast 7.48:1
Card sample
#71aa22 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71aa22;
Background color
Panel with #71aa22 background
background-color: #71aa22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71aa22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 170, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 170, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71aa22; background: linear-gradient(135deg, #71aa22, #22AA2E);