---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-solid-background.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-solid-background.md
  - href: en/concepts/divs/2/div-solid-background.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-solid-background
Solid background color.

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

<details>
<summary>JSON</summary>

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