#2fb39f
a dark, vivid cyan · cool · closest name: turquoise
RGB
47, 179, 159
HSL
171°, 58%, 44%
CMYK
74, 0, 11, 30
Luminance
0.3535
Every format
| HEX | #2fb39f |
| RGB | rgb(47, 179, 159) |
| HSL | hsl(171, 58%, 44%) |
| CMYK | cmyk(74%, 0%, 11%, 30%) |
| LAB | lab(66.0 -39.5 0.1) |
| LCH | lch(66.0 39.5 179.8) |
| OKLCH | oklch(0.693 0.114 180.1) |
Copy-ready code
/* CSS */
color: #2fb39f;
background-color: #2fb39f;
/* Tailwind (arbitrary) */
class="text-[#2fb39f] bg-[#2fb39f]"
/* SCSS */
$brand: #2fb39f;
/* SwiftUI */
Color(red: 0.184, green: 0.702, blue: 0.624)
/* Android */
Color.parseColor("#2fb39f")Accessibility — WCAG contrast
Aa
#2fb39f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fb39f on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green70.2%
Blue62.4%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow11.2%
Key (black)29.8%
Color previews
#2fb39f text on a black background
contrast 8.07:1
Card sample
#2fb39f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fb39f;
Background color
Panel with #2fb39f background
background-color: #2fb39f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fb39f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 179, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 179, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fb39f; background: linear-gradient(135deg, #2fb39f, #2F6FB3);