#71c95f
a balanced, vivid green · cool · closest name: forestgreen
RGB
113, 201, 95
HSL
110°, 50%, 58%
CMYK
44, 0, 53, 21
Luminance
0.4611
Every format
| HEX | #71c95f |
| RGB | rgb(113, 201, 95) |
| HSL | hsl(110, 50%, 58%) |
| CMYK | cmyk(44%, 0%, 53%, 21%) |
| LAB | lab(73.6 -46.8 44.4) |
| LCH | lch(73.6 64.5 136.5) |
| OKLCH | oklch(0.757 0.166 140.3) |
Copy-ready code
/* CSS */
color: #71c95f;
background-color: #71c95f;
/* Tailwind (arbitrary) */
class="text-[#71c95f] bg-[#71c95f]"
/* SCSS */
$brand: #71c95f;
/* SwiftUI */
Color(red: 0.443, green: 0.788, blue: 0.373)
/* Android */
Color.parseColor("#71c95f")Accessibility — WCAG contrast
Aa
#71c95f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71c95f on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green78.8%
Blue37.3%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow52.7%
Key (black)21.2%
Color previews
#71c95f text on a black background
contrast 10.22:1
Card sample
#71c95f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71c95f;
Background color
Panel with #71c95f background
background-color: #71c95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71c95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 201, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 201, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71c95f; background: linear-gradient(135deg, #71c95f, #5FC994);