#47c299
a balanced, vivid cyan · cool · closest name: turquoise
RGB
71, 194, 153
HSL
160°, 50%, 52%
CMYK
63, 0, 21, 24
Luminance
0.4222
Every format
| HEX | #47c299 |
| RGB | rgb(71, 194, 153) |
| HSL | hsl(160, 50%, 52%) |
| CMYK | cmyk(63%, 0%, 21%, 24%) |
| LAB | lab(71.0 -43.9 10.7) |
| LCH | lch(71.0 45.1 166.3) |
| OKLCH | oklch(0.735 0.125 167.3) |
Copy-ready code
/* CSS */
color: #47c299;
background-color: #47c299;
/* Tailwind (arbitrary) */
class="text-[#47c299] bg-[#47c299]"
/* SCSS */
$brand: #47c299;
/* SwiftUI */
Color(red: 0.278, green: 0.761, blue: 0.600)
/* Android */
Color.parseColor("#47c299")Accessibility — WCAG contrast
Aa
#47c299 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47c299 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green76.1%
Blue60.0%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow21.1%
Key (black)23.9%
Color previews
#47c299 text on a black background
contrast 9.44:1
Card sample
#47c299 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47c299;
Background color
Panel with #47c299 background
background-color: #47c299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47c299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 194, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 194, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47c299; background: linear-gradient(135deg, #47c299, #4799C2);