color_convert
Convert colors between hex, RGB, and HSL formats. Provide a color in any format to get its equivalent in all three.
Instructions
Convert colors between hex, RGB, and HSL formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | Color value (e.g. '#ff5733', 'rgb(255,87,51)', 'hsl(11,100%,60%)') |