---
title: secondaryLabelColor
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolor/secondarylabelcolor
---

# secondaryLabelColor

The secondary color to use for text labels.

## Declaration

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

## Discussion

Discussion Use this color in text fields that contain less important text in your user interface. For example, you might use this in labels that display subheads or additional information. You can also use it for other types of secondary app content.

## See Also

### Label colors

- [labelColor](appkit/nscolor/labelcolor.md)
- [tertiaryLabelColor](appkit/nscolor/tertiarylabelcolor.md)
- [quaternaryLabelColor](appkit/nscolor/quaternarylabelcolor.md)
