---
title: baseBackgroundColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uibuttonconfiguration/basebackgroundcolor
---

# baseBackgroundColor

The untransformed color for background views.

## Declaration

```occ
@property (nonatomic, strong, readwrite, nullable) UIColor * baseBackgroundColor;
```

## Discussion

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

## See Also

### Configuring button colors

- [baseForegroundColor](uikit/uibuttonconfiguration/baseforegroundcolor.md)
