#2fcfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 207, 172
HSL
167°, 63%, 50%
CMYK
77, 0, 17, 19
Luminance
0.4821
Every format
| HEX | #2fcfac |
| RGB | rgb(47, 207, 172) |
| HSL | hsl(167, 63%, 50%) |
| CMYK | cmyk(77%, 0%, 17%, 19%) |
| LAB | lab(75.0 -48.1 6.0) |
| LCH | lch(75.0 48.5 172.9) |
| OKLCH | oklch(0.767 0.137 173.7) |
Copy-ready code
/* CSS */
color: #2fcfac;
background-color: #2fcfac;
/* Tailwind (arbitrary) */
class="text-[#2fcfac] bg-[#2fcfac]"
/* SCSS */
$brand: #2fcfac;
/* SwiftUI */
Color(red: 0.184, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#2fcfac")Accessibility — WCAG contrast
Aa
#2fcfac on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcfac on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green81.2%
Blue67.5%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#2fcfac text on a black background
contrast 10.64:1
Card sample
#2fcfac text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcfac;
Background color
Panel with #2fcfac background
background-color: #2fcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcfac; background: linear-gradient(135deg, #2fcfac, #2F87CF);