#47c270
a balanced, vivid green · cool · closest name: forestgreen
RGB
71, 194, 112
HSL
140°, 50%, 52%
CMYK
63, 0, 42, 24
Luminance
0.4109
Every format
| HEX | #47c270 |
| RGB | rgb(71, 194, 112) |
| HSL | hsl(140, 50%, 52%) |
| CMYK | cmyk(63%, 0%, 42%, 24%) |
| LAB | lab(70.2 -52.2 31.4) |
| LCH | lch(70.2 60.9 148.9) |
| OKLCH | oklch(0.726 0.161 151.1) |
Copy-ready code
/* CSS */
color: #47c270;
background-color: #47c270;
/* Tailwind (arbitrary) */
class="text-[#47c270] bg-[#47c270]"
/* SCSS */
$brand: #47c270;
/* SwiftUI */
Color(red: 0.278, green: 0.761, blue: 0.439)
/* Android */
Color.parseColor("#47c270")Accessibility — WCAG contrast
Aa
#47c270 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47c270 on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green76.1%
Blue43.9%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow42.3%
Key (black)23.9%
Color previews
#47c270 text on a black background
contrast 9.22:1
Card sample
#47c270 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47c270;
Background color
Panel with #47c270 background
background-color: #47c270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47c270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 194, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 194, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47c270; background: linear-gradient(135deg, #47c270, #47C2C2);