#2fc8af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 200, 175
HSL
170°, 62%, 48%
CMYK
77, 0, 13, 22
Luminance
0.4501
Every format
| HEX | #2fc8af |
| RGB | rgb(47, 200, 175) |
| HSL | hsl(170, 62%, 48%) |
| CMYK | cmyk(77%, 0%, 13%, 22%) |
| LAB | lab(72.9 -44.4 1.4) |
| LCH | lch(72.9 44.4 178.2) |
| OKLCH | oklch(0.750 0.128 178.7) |
Copy-ready code
/* CSS */
color: #2fc8af;
background-color: #2fc8af;
/* Tailwind (arbitrary) */
class="text-[#2fc8af] bg-[#2fc8af]"
/* SCSS */
$brand: #2fc8af;
/* SwiftUI */
Color(red: 0.184, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#2fc8af")Accessibility — WCAG contrast
Aa
#2fc8af on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc8af on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green78.4%
Blue68.6%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#2fc8af text on a black background
contrast 10.00:1
Card sample
#2fc8af text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc8af;
Background color
Panel with #2fc8af background
background-color: #2fc8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc8af; background: linear-gradient(135deg, #2fc8af, #2F7BC8);