#2fdccf
a balanced, vivid cyan · cool · “turquoise”
RGB
47, 220, 207
HSL
176°, 71%, 52%
CMYK
79, 0, 6, 14
Luminance
0.5630
Every format
| HEX | #2fdccf |
| RGB | rgb(47, 220, 207) |
| HSL | hsl(176, 71%, 52%) |
| CMYK | cmyk(79%, 0%, 6%, 14%) |
| LAB | lab(79.8 -44.4 -5.7) |
| LCH | lch(79.8 44.8 187.3) |
| OKLCH | oklch(0.809 0.133 187.0) |
Copy-ready code
/* CSS */
color: #2fdccf;
background-color: #2fdccf;
/* Tailwind (arbitrary) */
class="text-[#2fdccf] bg-[#2fdccf]"
/* SCSS */
$brand: #2fdccf;
/* SwiftUI */
Color(red: 0.184, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#2fdccf")Accessibility — WCAG contrast
Aa
#2fdccf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdccf on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green86.3%
Blue81.2%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#2fdccf text on a black background
contrast 12.26:1
Card sample
#2fdccf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdccf;
Background color
Panel with #2fdccf background
background-color: #2fdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdccf; background: linear-gradient(135deg, #2fdccf, #2F76DC);