# Color Converter Tool Node

> Converts colors between Hex and RGB

**URL:** https://caywork.com/learn/docs/node/color_converter_node

## Content

The Color Converter Node is responsible for converts colors between hex and rgb. This node allows the agent to provide informative data directly sourced from Color Converter.

### Input Parameters
- **color**: The color value (e.g., '#FFFFFF' or '255,255,255').
- **from_format**: The source format ('hex' or 'rgb').
- **to_format**: The target format ('hex' or 'rgb').

### Output
dict: A dictionary containing the converted color.