---
title: systemGray
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicolor/systemgray
---

# systemGray

The standard base gray color that adapts to the environment.

## Declaration

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

## Discussion

Discussion This color represents the standard system gray. It adapts to the current environment.

## See Also

### Adaptable gray colors

- [systemGray2](uikit/uicolor/systemgray2.md)
- [systemGray3](uikit/uicolor/systemgray3.md)
- [systemGray4](uikit/uicolor/systemgray4.md)
- [systemGray5](uikit/uicolor/systemgray5.md)
- [systemGray6](uikit/uicolor/systemgray6.md)
