#71f47d
a light, electric green · cool · closest name: forestgreen
RGB
113, 244, 125
HSL
126°, 86%, 70%
CMYK
54, 0, 49, 4
Luminance
0.6969
Every format
| HEX | #71f47d |
| RGB | rgb(113, 244, 125) |
| HSL | hsl(126, 86%, 70%) |
| CMYK | cmyk(54%, 0%, 49%, 4%) |
| LAB | lab(86.8 -59.9 46.3) |
| LCH | lch(86.8 75.7 142.3) |
| OKLCH | oklch(0.866 0.197 145.4) |
Copy-ready code
/* CSS */
color: #71f47d;
background-color: #71f47d;
/* Tailwind (arbitrary) */
class="text-[#71f47d] bg-[#71f47d]"
/* SCSS */
$brand: #71f47d;
/* SwiftUI */
Color(red: 0.443, green: 0.957, blue: 0.490)
/* Android */
Color.parseColor("#71f47d")Accessibility — WCAG contrast
Aa
#71f47d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71f47d on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green95.7%
Blue49.0%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow48.8%
Key (black)4.3%
Color previews
#71f47d text on a black background
contrast 14.94:1
Card sample
#71f47d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71f47d;
Background color
Panel with #71f47d background
background-color: #71f47d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71f47d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 244, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 244, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71f47d; background: linear-gradient(135deg, #71f47d, #71F4D4);