hex_to_hsl
Convert a hex color code to HSL (Hue, Saturation, Lightness) values. Provide the hex code without # to get the HSL equivalent.
Instructions
Convert hex color to HSL (Hue, Saturation, Lightness) values.
Parameters:
hex_color — Hex color without # (e.g. '3498db').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |