---
title: systemGray5
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicolor/systemgray5
---

# systemGray5

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

## Declaration

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

## Discussion

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

## See Also

### Adaptable gray colors

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