---
title: labelColor
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolor/labelcolor
---

# labelColor

The primary color to use for text labels.

## Declaration

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

## Discussion

Discussion Use this color in the most important text labels of your user interface. You can also use it for other types of primary app content.

## See Also

### Label colors

- [secondaryLabelColor](appkit/nscolor/secondarylabelcolor.md)
- [tertiaryLabelColor](appkit/nscolor/tertiarylabelcolor.md)
- [quaternaryLabelColor](appkit/nscolor/quaternarylabelcolor.md)
