---
title: tertiaryLabelColor
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolor/tertiarylabelcolor
---

# tertiaryLabelColor

The tertiary color to use for text labels.

## Declaration

```swift
class var tertiaryLabelColor: NSColor { get }
```

## Discussion

Discussion Use this color for disabled text and for other less important text in your interface. You can also use it for other types of tertiary app content.

## See Also

### Label colors

- [labelColor](appkit/nscolor/labelcolor.md)
- [secondaryLabelColor](appkit/nscolor/secondarylabelcolor.md)
- [quaternaryLabelColor](appkit/nscolor/quaternarylabelcolor.md)
