---
title: systemGray4
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicolor/systemgray4
---

# systemGray4

A fourth-level shade of gray that adapts to the environment.

## Declaration

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

## Discussion

Discussion This color adapts to the current environment. In light environments, this gray is slightly lighter than systemGray3. In dark environments, this gray is slightly darker than systemGray3.

## See Also

### Adaptable gray colors

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