---
title: darkText
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicolor/darktext
---

# darkText

The nonadaptable system color for text on a light background.

## Declaration

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

## Return Value

Return Value The UIColor object.

## Discussion

Discussion This color doesn’t adapt to changes in the underlying trait environment.

## See Also

### Nonadaptable colors

- [lightText](uikit/uicolor/lighttext.md)
