HSL to HEX conversion
Paste your hsl(h, s%, l%) strings into the input pane to receive their 6-digit #RRGGBB equivalent. The tool parses the hue, saturation, and lightness values and routes them through RGB space. The final integer channels are converted to base-16 and formatted as uppercase hex tokens.
Active color tracking
The visual color picker synchronizes with your cursor position. Clicking a line in the input pane updates the picker to preview that specific color. Dragging a new value in the picker automatically overwrites the active line with the updated HSL string.
Batch list processing
The tool processes multiple colors simultaneously. Paste a list of HSL values, one per line, to convert an entire palette at once. The output pane mirrors your line breaks, generating a matching list of hex values that can be copied directly to your clipboard.