---
title: systemGray
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolor/systemgray
---

# systemGray

Returns a color object for gray that automatically adapts to vibrancy and accessibility settings.

## Declaration

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

## Discussion

Discussion Use this color when you want a tint color that looks great on both light and dark backgrounds.

## See Also

### Adaptable system colors

- [systemBlue](appkit/nscolor/systemblue.md)
- [systemBrown](appkit/nscolor/systembrown.md)
- [systemCyan](appkit/nscolor/systemcyan.md)
- [systemGreen](appkit/nscolor/systemgreen.md)
- [systemIndigo](appkit/nscolor/systemindigo.md)
- [systemMint](appkit/nscolor/systemmint.md)
- [systemOrange](appkit/nscolor/systemorange.md)
- [systemPink](appkit/nscolor/systempink.md)
- [systemPurple](appkit/nscolor/systempurple.md)
- [systemRed](appkit/nscolor/systemred.md)
- [systemTeal](appkit/nscolor/systemteal.md)
- [systemYellow](appkit/nscolor/systemyellow.md)
