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

# baseBackgroundColor

The untransformed color for background views.

## Declaration

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

## Discussion

Discussion The button configuration may transform the base color before applying it to background elements.

## See Also

### Configuring button colors

- [baseForegroundColor](uikit/uibutton/configuration-swift.struct/baseforegroundcolor.md)
