#2fc6af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 198, 175
HSL
171°, 62%, 48%
CMYK
76, 0, 12, 22
Luminance
0.4409
Every format
| HEX | #2fc6af |
| RGB | rgb(47, 198, 175) |
| HSL | hsl(171, 62%, 48%) |
| CMYK | cmyk(76%, 0%, 12%, 22%) |
| LAB | lab(72.3 -43.5 0.5) |
| LCH | lch(72.3 43.5 179.3) |
| OKLCH | oklch(0.745 0.126 179.7) |
Copy-ready code
/* CSS */
color: #2fc6af;
background-color: #2fc6af;
/* Tailwind (arbitrary) */
class="text-[#2fc6af] bg-[#2fc6af]"
/* SCSS */
$brand: #2fc6af;
/* SwiftUI */
Color(red: 0.184, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#2fc6af")Accessibility — WCAG contrast
Aa
#2fc6af on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc6af on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green77.6%
Blue68.6%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#2fc6af text on a black background
contrast 9.82:1
Card sample
#2fc6af text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc6af;
Background color
Panel with #2fc6af background
background-color: #2fc6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc6af; background: linear-gradient(135deg, #2fc6af, #2F78C6);