Returns the converted hex color from the given hsl color
Optional
the hsl color to inspect
the converted hex color from the given hsl color
hslToHex('hsl(360, 1, 0.5)'); // '#ff0000'hslToHex([360, 1, 0.5]); // '#ff0000' Copy
hslToHex('hsl(360, 1, 0.5)'); // '#ff0000'hslToHex([360, 1, 0.5]); // '#ff0000'
Returns the converted hex color from the given hsl color