#2f8377
a dark, vivid cyan · cool · closest name: teal
RGB
47, 131, 119
HSL
171°, 47%, 35%
CMYK
64, 0, 9, 49
Luminance
0.1817
Every format
| HEX | #2f8377 |
| RGB | rgb(47, 131, 119) |
| HSL | hsl(171, 47%, 35%) |
| CMYK | cmyk(64%, 0%, 9%, 49%) |
| LAB | lab(49.7 -28.1 -1.0) |
| LCH | lch(49.7 28.1 182.0) |
| OKLCH | oklch(0.556 0.082 182.1) |
Copy-ready code
/* CSS */
color: #2f8377;
background-color: #2f8377;
/* Tailwind (arbitrary) */
class="text-[#2f8377] bg-[#2f8377]"
/* SCSS */
$brand: #2f8377;
/* SwiftUI */
Color(red: 0.184, green: 0.514, blue: 0.467)
/* Android */
Color.parseColor("#2f8377")Accessibility — WCAG contrast
Aa
#2f8377 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f8377 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green51.4%
Blue46.7%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow9.2%
Key (black)48.6%
Color previews
#2f8377 text on a black background
contrast 4.63:1
Card sample
#2f8377 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8377;
Background color
Panel with #2f8377 background
background-color: #2f8377;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8377;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 131, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 131, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8377; background: linear-gradient(135deg, #2f8377, #2F5783);