---
title: baseForegroundColor
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uibuttonconfiguration/baseforegroundcolor
---

# baseForegroundColor

The untransformed color for foreground views.

## Declaration

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

## Discussion

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

## See Also

### Configuring button colors

- [baseBackgroundColor](uikit/uibuttonconfiguration/basebackgroundcolor.md)
