# selectionColor

> Background color of selected text.

## Definition

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

> **Warning:**
>
> **Deprecated.** selectionColor is deprecated. Please use the corresponding USS property (--unity-selection-color) instead.

```csharp
Color selectionColor { get; set; }
```
