#2f978e
a dark, vivid cyan · cool · closest name: teal
RGB
47, 151, 142
HSL
175°, 53%, 39%
CMYK
69, 0, 6, 41
Luminance
0.2469
Every format
| HEX | #2f978e |
| RGB | rgb(47, 151, 142) |
| HSL | hsl(175, 53%, 39%) |
| CMYK | cmyk(69%, 0%, 6%, 41%) |
| LAB | lab(56.8 -31.3 -3.9) |
| LCH | lch(56.8 31.5 187.0) |
| OKLCH | oklch(0.616 0.094 186.7) |
Copy-ready code
/* CSS */
color: #2f978e;
background-color: #2f978e;
/* Tailwind (arbitrary) */
class="text-[#2f978e] bg-[#2f978e]"
/* SCSS */
$brand: #2f978e;
/* SwiftUI */
Color(red: 0.184, green: 0.592, blue: 0.557)
/* Android */
Color.parseColor("#2f978e")Accessibility — WCAG contrast
Aa
#2f978e on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f978e on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green59.2%
Blue55.7%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow6.0%
Key (black)40.8%
Color previews
#2f978e text on a black background
contrast 5.94:1
Card sample
#2f978e text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f978e;
Background color
Panel with #2f978e background
background-color: #2f978e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f978e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 151, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 151, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f978e; background: linear-gradient(135deg, #2f978e, #2F5B97);