#2f8071
a dark, vivid cyan · cool · closest name: teal
RGB
47, 128, 113
HSL
169°, 46%, 34%
CMYK
63, 0, 12, 50
Luminance
0.1723
Every format
| HEX | #2f8071 |
| RGB | rgb(47, 128, 113) |
| HSL | hsl(169, 46%, 34%) |
| CMYK | cmyk(63%, 0%, 12%, 50%) |
| LAB | lab(48.5 -28.3 0.9) |
| LCH | lch(48.5 28.3 178.2) |
| OKLCH | oklch(0.546 0.082 178.7) |
Copy-ready code
/* CSS */
color: #2f8071;
background-color: #2f8071;
/* Tailwind (arbitrary) */
class="text-[#2f8071] bg-[#2f8071]"
/* SCSS */
$brand: #2f8071;
/* SwiftUI */
Color(red: 0.184, green: 0.502, blue: 0.443)
/* Android */
Color.parseColor("#2f8071")Accessibility — WCAG contrast
Aa
#2f8071 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f8071 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green50.2%
Blue44.3%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow11.7%
Key (black)49.8%
Color previews
#2f8071 text on a black background
contrast 4.45:1
Card sample
#2f8071 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8071;
Background color
Panel with #2f8071 background
background-color: #2f8071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 128, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 128, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8071; background: linear-gradient(135deg, #2f8071, #2F5980);