---
title: unemphasizedSelectedContentBackgroundColor
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolor/unemphasizedselectedcontentbackgroundcolor
---

# unemphasizedSelectedContentBackgroundColor

The color to use for selected and unemphasized content.

## Declaration

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

## Discussion

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

## See Also

### Content colors

- [linkColor](appkit/nscolor/linkcolor.md)
- [separatorColor](appkit/nscolor/separatorcolor.md)
- [selectedContentBackgroundColor](appkit/nscolor/selectedcontentbackgroundcolor.md)
