#2fc0af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 192, 175
HSL
173°, 61%, 47%
CMYK
76, 0, 9, 25
Luminance
0.4140
Every format
| HEX | #2fc0af |
| RGB | rgb(47, 192, 175) |
| HSL | hsl(173, 61%, 47%) |
| CMYK | cmyk(76%, 0%, 9%, 25%) |
| LAB | lab(70.5 -40.9 -2.2) |
| LCH | lch(70.5 41.0 183.1) |
| OKLCH | oklch(0.730 0.120 183.1) |
Copy-ready code
/* CSS */
color: #2fc0af;
background-color: #2fc0af;
/* Tailwind (arbitrary) */
class="text-[#2fc0af] bg-[#2fc0af]"
/* SCSS */
$brand: #2fc0af;
/* SwiftUI */
Color(red: 0.184, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#2fc0af")Accessibility — WCAG contrast
Aa
#2fc0af on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fc0af on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green75.3%
Blue68.6%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#2fc0af text on a black background
contrast 9.28:1
Card sample
#2fc0af text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fc0af;
Background color
Panel with #2fc0af background
background-color: #2fc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fc0af; background: linear-gradient(135deg, #2fc0af, #2F70C0);