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