---
title: accessibilityHighContrastAqua
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsappearance/name-swift.struct/accessibilityhighcontrastaqua
---

# accessibilityHighContrastAqua

A high-contrast version of the standard light system appearance.

## Declaration

```swift
static let accessibilityHighContrastAqua: NSAppearance.Name
```

## Discussion

Discussion Don’t assign an NSAppearance object with this type directly to one of your views. Instead, assign a light appearance to your view. AppKit then returns this type when the user enables the Increase Contrast option in the Accessibility system preferences.

## See Also

### System Appearance Names

- [aqua](appkit/nsappearance/name-swift.struct/aqua.md)
- [darkAqua](appkit/nsappearance/name-swift.struct/darkaqua.md)
- [vibrantLight](appkit/nsappearance/name-swift.struct/vibrantlight.md)
- [vibrantDark](appkit/nsappearance/name-swift.struct/vibrantdark.md)
- [accessibilityHighContrastDarkAqua](appkit/nsappearance/name-swift.struct/accessibilityhighcontrastdarkaqua.md)
- [accessibilityHighContrastVibrantLight](appkit/nsappearance/name-swift.struct/accessibilityhighcontrastvibrantlight.md)
- [accessibilityHighContrastVibrantDark](appkit/nsappearance/name-swift.struct/accessibilityhighcontrastvibrantdark.md)
