#47f2ad
a balanced, electric green · cool · closest name: aquamarine
RGB
71, 242, 173
HSL
156°, 87%, 61%
CMYK
71, 0, 29, 5
Luminance
0.6786
Every format
| HEX | #47f2ad |
| RGB | rgb(71, 242, 173) |
| HSL | hsl(156, 87%, 61%) |
| CMYK | cmyk(71%, 0%, 29%, 5%) |
| LAB | lab(85.9 -58.9 21.0) |
| LCH | lch(85.9 62.5 160.4) |
| OKLCH | oklch(0.858 0.170 161.6) |
Copy-ready code
/* CSS */
color: #47f2ad;
background-color: #47f2ad;
/* Tailwind (arbitrary) */
class="text-[#47f2ad] bg-[#47f2ad]"
/* SCSS */
$brand: #47f2ad;
/* SwiftUI */
Color(red: 0.278, green: 0.949, blue: 0.678)
/* Android */
Color.parseColor("#47f2ad")Accessibility — WCAG contrast
Aa
#47f2ad on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47f2ad on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green94.9%
Blue67.8%
CMYK percentages
Cyan70.7%
Magenta0.0%
Yellow28.5%
Key (black)5.1%
Color previews
#47f2ad text on a black background
contrast 14.57:1
Card sample
#47f2ad text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47f2ad;
Background color
Panel with #47f2ad background
background-color: #47f2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47f2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 242, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 242, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47f2ad; background: linear-gradient(135deg, #47f2ad, #47C5F2);