#71ab49
a balanced, soft green · cool · closest name: olivedrab
RGB
113, 171, 73
HSL
96°, 40%, 48%
CMYK
34, 0, 57, 33
Luminance
0.3312
Every format
| HEX | #71ab49 |
| RGB | rgb(113, 171, 73) |
| HSL | hsl(96, 40%, 48%) |
| CMYK | cmyk(34%, 0%, 57%, 33%) |
| LAB | lab(64.3 -36.3 43.8) |
| LCH | lch(64.3 56.9 129.6) |
| OKLCH | oklch(0.679 0.144 134.3) |
Copy-ready code
/* CSS */
color: #71ab49;
background-color: #71ab49;
/* Tailwind (arbitrary) */
class="text-[#71ab49] bg-[#71ab49]"
/* SCSS */
$brand: #71ab49;
/* SwiftUI */
Color(red: 0.443, green: 0.671, blue: 0.286)
/* Android */
Color.parseColor("#71ab49")Accessibility — WCAG contrast
Aa
#71ab49 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71ab49 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green67.1%
Blue28.6%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow57.3%
Key (black)32.9%
Color previews
#71ab49 text on a black background
contrast 7.62:1
Card sample
#71ab49 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71ab49;
Background color
Panel with #71ab49 background
background-color: #71ab49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71ab49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 171, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 171, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71ab49; background: linear-gradient(135deg, #71ab49, #49AB62);