> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# RecraftColorRGB - ComfyUI Built-in Node Documentation

> Complete documentation for the RecraftColorRGB node in ComfyUI. Learn its inputs, outputs, parameters and usage.

Create a Recraft color by specifying individual red, green, and blue values. This node takes RGB integer values (0-255) and converts them into a Recraft color format that can be used in other Recraft operations. You can also optionally provide an existing Recraft color chain to extend it with the new color.

## Inputs

| Parameter       | Description                                                            | Data Type | Required | Range |
| --------------- | ---------------------------------------------------------------------- | --------- | -------- | ----- |
| `r`             | Red value of color (default: 0)                                        | INT       | Yes      | 0-255 |
| `g`             | Green value of color (default: 0)                                      | INT       | Yes      | 0-255 |
| `b`             | Blue value of color (default: 0)                                       | INT       | Yes      | 0-255 |
| `recraft_color` | Optional existing Recraft color chain to extend with the new RGB color | COLOR     | No       | -     |

## Outputs

| Output Name     | Description                                                                                                                       | Data Type |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------- |
| `recraft_color` | The created Recraft color object containing the specified RGB values, or the extended color chain if an existing one was provided | COLOR     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/RecraftColorRGB/en.md)

***

**Source fingerprint (SHA-256):** `2246d266bc36d1aa7f115402b049f895f2b15d0085b84d1b0a813cdfb1b6e2fc`
