<!--
{
  "availability" : [
    "iOS: 13.0.0 - 27.0.0",
    "iPadOS: 13.0.0 - 27.0.0",
    "macCatalyst: 13.0.0 - 27.0.0",
    "macOS: 10.15.0 - 27.0.0",
    "tvOS: 13.0.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 6.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/foregroundColor(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewPAAE15foregroundColoryQrAA0E0VSgF"
  },
  "title" : "foregroundColor(_:)"
}
-->

# foregroundColor(_:)

Sets the color of the foreground elements displayed by this view.

```
nonisolated func foregroundColor(_ color: Color?) -> some View
```

## Parameters

`color`

The foreground color to use when displaying this
view. Pass `nil` to remove any custom foreground color and to allow
the system or the container to provide its own foreground color.
If a container-specific override doesn’t exist, the system uses
the primary color.

## Return Value

A view that uses the foreground color you supply.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)