---
title: currentTitleColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uibutton/currenttitlecolor
---

# currentTitleColor

The color used to display the title.

## Declaration

```swift
var currentTitleColor: UIColor { get }
```

## Discussion

Discussion This value is guaranteed not to be nil. The default value is white.

## See Also

### Getting the current state

- [buttonType](uikit/uibutton/buttontype-swift.property.md)
- [currentTitle](uikit/uibutton/currenttitle.md)
- [currentAttributedTitle](uikit/uibutton/currentattributedtitle.md)
- [currentTitleShadowColor](uikit/uibutton/currenttitleshadowcolor.md)
- [currentImage](uikit/uibutton/currentimage.md)
- [currentBackgroundImage](uikit/uibutton/currentbackgroundimage.md)
- [currentPreferredSymbolConfiguration](uikit/uibutton/currentpreferredsymbolconfiguration.md)
- [imageView](uikit/uibutton/imageview.md)
- [subtitleLabel](uikit/uibutton/subtitlelabel.md)
