Batch Convert Colors
colors_batch_convertConvert multiple colors to a target color space such as hex, rgb, hsl, or oklch in one call. Ideal for frontend developers needing consistent color formats.
Instructions
Convert multiple colors to a target color space
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target color space | |
| colors | Yes | List of color strings to convert | |
| precision | No | Decimal places for output values (0-10) |