---
title: systemGray6
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicolor/systemgray6
---

# systemGray6

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

## Declaration

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

## Discussion

Discussion This color adapts to the current environment, and is close in color to systemBackground. In light environments, this gray is slightly lighter than systemGray5. In dark environments, this gray is slightly darker than systemGray5.

## 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)
- [systemGray5](uikit/uicolor/systemgray5.md)
