@tempots/color > HSL > toString
Returns a string representation of the HSL color in the format "hsl(hue, saturation%, lightness%)".
Signature:
readonly toString: () => string;