🎨
Color Converter
Convert colors between HEX, RGB, and HSL formats.
color
API: POST /api/tools/color-converter
Input
Result
🔌 API Usage
POST /api/tools/color-converter
Content-Type: application/json
// Example body:
{
"color": "#ff5733",
"from_format": "hex",
"to_format": "rgb"
}
Content-Type: application/json
// Example body:
{
"color": "#ff5733",
"from_format": "hex",
"to_format": "rgb"
}