#47e085
a balanced, vivid green · cool · closest name: aquamarine
RGB
71, 224, 133
HSL
144°, 71%, 58%
CMYK
68, 0, 41, 12
Luminance
0.5634
Every format
| HEX | #47e085 |
| RGB | rgb(71, 224, 133) |
| HSL | hsl(144, 71%, 58%) |
| CMYK | cmyk(68%, 0%, 41%, 12%) |
| LAB | lab(79.8 -59.8 33.2) |
| LCH | lch(79.8 68.4 151.0) |
| OKLCH | oklch(0.805 0.181 153.0) |
Copy-ready code
/* CSS */
color: #47e085;
background-color: #47e085;
/* Tailwind (arbitrary) */
class="text-[#47e085] bg-[#47e085]"
/* SCSS */
$brand: #47e085;
/* SwiftUI */
Color(red: 0.278, green: 0.878, blue: 0.522)
/* Android */
Color.parseColor("#47e085")Accessibility — WCAG contrast
Aa
#47e085 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47e085 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green87.8%
Blue52.2%
CMYK percentages
Cyan68.3%
Magenta0.0%
Yellow40.6%
Key (black)12.2%
Color previews
#47e085 text on a black background
contrast 12.27:1
Card sample
#47e085 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47e085;
Background color
Panel with #47e085 background
background-color: #47e085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47e085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 224, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 224, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47e085; background: linear-gradient(135deg, #47e085, #47D5E0);