---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/color_value.md
  - https://divkit.tech/docs/ru/concepts/divs/2/color_value.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# color_value
No description yet.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `color`.</p> |
| `value` | <p>**string**</p><p>Required parameter.</p><p>Valid formats: `#RGB`, `#ARGB`, `#RRGGBB`, `#AARRGGBB`.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "color",
  value*: "string"
}
```
</details>
