#2fcfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 207, 188
HSL
173°, 63%, 50%
CMYK
77, 0, 9, 19
Luminance
0.4886
Every format
| HEX | #2fcfbc |
| RGB | rgb(47, 207, 188) |
| HSL | hsl(173, 63%, 50%) |
| CMYK | cmyk(77%, 0%, 9%, 19%) |
| LAB | lab(75.4 -44.0 -2.0) |
| LCH | lch(75.4 44.0 182.6) |
| OKLCH | oklch(0.772 0.129 182.8) |
Copy-ready code
/* CSS */
color: #2fcfbc;
background-color: #2fcfbc;
/* Tailwind (arbitrary) */
class="text-[#2fcfbc] bg-[#2fcfbc]"
/* SCSS */
$brand: #2fcfbc;
/* SwiftUI */
Color(red: 0.184, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#2fcfbc")Accessibility — WCAG contrast
Aa
#2fcfbc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcfbc on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green81.2%
Blue73.7%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#2fcfbc text on a black background
contrast 10.77:1
Card sample
#2fcfbc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcfbc;
Background color
Panel with #2fcfbc background
background-color: #2fcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcfbc; background: linear-gradient(135deg, #2fcfbc, #2F77CF);