Tint and Shade are different from lighten() and darken() functions that are built into sass.
lighten()
darken()
Tint is a mix of color with white. Shade is a mix of color with black. Both take a color and a percent argument.