Convert HSL values to RGB, then to Hex
HSL stands for Hue (0–360), Saturation (0–100%), and Lightness (0–100%). It's an intuitive way to describe colors.
First convert HSL to RGB using the standard algorithm, then convert each R, G, B to a 2-digit hex number.