hex_to_hsl
Convert a hex color code (without hash) to HSL (Hue, Saturation, Lightness) values. Get the HSL equivalent for any hexadecimal color.
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 |