---
title: unemphasizedSelectedTextBackgroundColor
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolor/unemphasizedselectedtextbackgroundcolor
---

# unemphasizedSelectedTextBackgroundColor

The color to use for the text background in an unemphasized context.

## Declaration

```swift
class var unemphasizedSelectedTextBackgroundColor: NSColor { get }
```

## Discussion

Discussion Use this color when the window containing the text is not key, or when the view containing the text does not have key focus.

## See Also

### Text colors

- [textColor](appkit/nscolor/textcolor.md)
- [placeholderTextColor](appkit/nscolor/placeholdertextcolor.md)
- [selectedTextColor](appkit/nscolor/selectedtextcolor.md)
- [textBackgroundColor](appkit/nscolor/textbackgroundcolor.md)
- [selectedTextBackgroundColor](appkit/nscolor/selectedtextbackgroundcolor.md)
- [keyboardFocusIndicatorColor](appkit/nscolor/keyboardfocusindicatorcolor.md)
- [unemphasizedSelectedTextColor](appkit/nscolor/unemphasizedselectedtextcolor.md)
