---
title: baseForegroundColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uibutton/configuration-swift.struct/baseforegroundcolor
---

# baseForegroundColor

The untransformed color for foreground views.

## Declaration

```swift
var baseForegroundColor: UIColor? { get set }
```

## Discussion

Discussion The button configuration may transform the base color before applying it to foreground views.

## See Also

### Configuring button colors

- [baseBackgroundColor](uikit/uibutton/configuration-swift.struct/basebackgroundcolor.md)
