HSL to HEX Converter
Convert HSL colors to HEX instantly. Paste a color — with or without alpha — and the conversion runs entirely in the browser.
About HSL and HEX
HSL describes a color by hue (0–360 on the color wheel), saturation and lightness. It is easier to reason about than raw channels — rotating a hue or dimming a color is a single number change — which makes it popular for theming.
HEX colors are six hexadecimal digits — two each for red, green and blue — usually prefixed with #. A three-digit shorthand doubles each digit, and an optional fourth pair adds alpha, so #7c3aed80 is the same purple at half opacity.
For example, hsl(262, 83%, 58%) in HSL is #7c3bed in HEX. Paste any value above — conversion is instant, runs entirely in the browser, and carries alpha through when the color has one.
More color converter pages
Related tools
Free and open source from Earthling Digital, an independent creative agency. Built with Earthling UI.