color_tools
Convert color values between hex, RGB, and HSL formats. Accepts input in any format and returns the equivalent conversions.
Instructions
Convert colors between hex, RGB, and HSL formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | Color value (hex like #ff0000, rgb like 255,0,0, or hsl like 0,100,50) |