#47a78f
a balanced, soft cyan · cool · closest name: teal
RGB
71, 167, 143
HSL
165°, 40%, 47%
CMYK
58, 0, 14, 35
Luminance
0.3096
Every format
| HEX | #47a78f |
| RGB | rgb(71, 167, 143) |
| HSL | hsl(165, 40%, 47%) |
| CMYK | cmyk(58%, 0%, 14%, 35%) |
| LAB | lab(62.5 -34.2 4.0) |
| LCH | lch(62.5 34.4 173.4) |
| OKLCH | oklch(0.664 0.098 174.1) |
Copy-ready code
/* CSS */
color: #47a78f;
background-color: #47a78f;
/* Tailwind (arbitrary) */
class="text-[#47a78f] bg-[#47a78f]"
/* SCSS */
$brand: #47a78f;
/* SwiftUI */
Color(red: 0.278, green: 0.655, blue: 0.561)
/* Android */
Color.parseColor("#47a78f")Accessibility — WCAG contrast
Aa
#47a78f on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47a78f on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green65.5%
Blue56.1%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow14.4%
Key (black)34.5%
Color previews
#47a78f text on a black background
contrast 7.19:1
Card sample
#47a78f text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47a78f;
Background color
Panel with #47a78f background
background-color: #47a78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47a78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 167, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 167, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47a78f; background: linear-gradient(135deg, #47a78f, #477FA7);