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