#47ebaa
a balanced, electric green · cool · closest name: aquamarine
RGB
71, 235, 170
HSL
156°, 80%, 60%
CMYK
70, 0, 28, 8
Luminance
0.6366
Every format
| HEX | #47ebaa |
| RGB | rgb(71, 235, 170) |
| HSL | hsl(156, 80%, 60%) |
| CMYK | cmyk(70%, 0%, 28%, 8%) |
| LAB | lab(83.8 -56.8 19.6) |
| LCH | lch(83.8 60.1 161.0) |
| OKLCH | oklch(0.840 0.163 162.2) |
Copy-ready code
/* CSS */
color: #47ebaa;
background-color: #47ebaa;
/* Tailwind (arbitrary) */
class="text-[#47ebaa] bg-[#47ebaa]"
/* SCSS */
$brand: #47ebaa;
/* SwiftUI */
Color(red: 0.278, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#47ebaa")Accessibility — WCAG contrast
Aa
#47ebaa on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ebaa on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green92.2%
Blue66.7%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#47ebaa text on a black background
contrast 13.73:1
Card sample
#47ebaa text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ebaa;
Background color
Panel with #47ebaa background
background-color: #47ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ebaa; background: linear-gradient(135deg, #47ebaa, #47BFEB);