<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIBlurEffect/Style",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIBlurEffectStyle"
  },
  "title" : "UIBlurEffect.Style"
}
-->

# UIBlurEffect.Style

Blur styles available for blur effect objects.

```
enum Style
```

## Topics

### Adaptable styles

[`UIBlurEffectStyleSystemUltraThinMaterial`](/documentation/UIKit/UIBlurEffect/Style/systemUltraThinMaterial)

An adaptable blur effect that creates the appearance of an ultra-thin material.

[`UIBlurEffectStyleSystemThinMaterial`](/documentation/UIKit/UIBlurEffect/Style/systemThinMaterial)

An adaptable blur effect that creates the appearance of a thin material.

[`UIBlurEffectStyleSystemMaterial`](/documentation/UIKit/UIBlurEffect/Style/systemMaterial)

An adaptable blur effect that creates the appearance of a material with normal thickness.

[`UIBlurEffectStyleSystemThickMaterial`](/documentation/UIKit/UIBlurEffect/Style/systemThickMaterial)

An adaptable blur effect that creates the appearance of a material that’s thicker than normal.

[`UIBlurEffectStyleSystemChromeMaterial`](/documentation/UIKit/UIBlurEffect/Style/systemChromeMaterial)

An adaptable blur effect that creates the appearance of the system chrome.

### Light styles

[`UIBlurEffectStyleSystemUltraThinMaterialLight`](/documentation/UIKit/UIBlurEffect/Style/systemUltraThinMaterialLight)

A blur effect that creates the appearance of an ultra-thin material and is always light.

[`UIBlurEffectStyleSystemThinMaterialLight`](/documentation/UIKit/UIBlurEffect/Style/systemThinMaterialLight)

A blur effect that creates the appearance of a thin material and is always light.

[`UIBlurEffectStyleSystemMaterialLight`](/documentation/UIKit/UIBlurEffect/Style/systemMaterialLight)

A blur effect that creates the appearance of a material with normal thickness and is always light.

[`UIBlurEffectStyleSystemThickMaterialLight`](/documentation/UIKit/UIBlurEffect/Style/systemThickMaterialLight)

A blur effect that creates the appearance of a material that’s thicker than normal and is always light.

[`UIBlurEffectStyleSystemChromeMaterialLight`](/documentation/UIKit/UIBlurEffect/Style/systemChromeMaterialLight)

A blur effect that creates the appearance of the system chrome and is always light.

### Dark styles

[`UIBlurEffectStyleSystemUltraThinMaterialDark`](/documentation/UIKit/UIBlurEffect/Style/systemUltraThinMaterialDark)

A blur effect that creates the appearance of an ultra-thin material and is always dark.

[`UIBlurEffectStyleSystemThinMaterialDark`](/documentation/UIKit/UIBlurEffect/Style/systemThinMaterialDark)

A blur effect that creates the appearance of a thin material and is always dark.

[`UIBlurEffectStyleSystemMaterialDark`](/documentation/UIKit/UIBlurEffect/Style/systemMaterialDark)

A blur effect that creates the appearance of a material with normal thickness and is always dark.

[`UIBlurEffectStyleSystemThickMaterialDark`](/documentation/UIKit/UIBlurEffect/Style/systemThickMaterialDark)

A blur effect that creates the appearance of a material that’s thicker than normal and is always dark.

[`UIBlurEffectStyleSystemChromeMaterialDark`](/documentation/UIKit/UIBlurEffect/Style/systemChromeMaterialDark)

A blur effect that creates the appearance of the system chrome and is always dark.

### Additional styles

[`UIBlurEffectStyleExtraLight`](/documentation/UIKit/UIBlurEffect/Style/extraLight)

The area of the view is lighter than the underlying view.

[`UIBlurEffectStyleLight`](/documentation/UIKit/UIBlurEffect/Style/light)

The area of the view is the same approximate lightness of the underlying view.

[`UIBlurEffectStyleDark`](/documentation/UIKit/UIBlurEffect/Style/dark)

The area of the view is darker than the underlying view.

[`UIBlurEffectStyleExtraDark`](/documentation/UIKit/UIBlurEffect/Style/extraDark)

The area of the view is even more dark than the underlying view.

[`UIBlurEffectStyleRegular`](/documentation/UIKit/UIBlurEffect/Style/regular)

A regular blur style that adapts to the user interface style.

[`UIBlurEffectStyleProminent`](/documentation/UIKit/UIBlurEffect/Style/prominent)

A blur style for making content more prominent that adapts to the user interface style.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)