# color

> The color used to render the text.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.TextRenderingModule

```csharp
public Color color { get; set; }
```

### Remarks

This is the base color used to render the text. \\\<color\\> tags in rich text markup will override this.
