<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/ShortcutTileColor",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents17ShortcutTileColorO"
  },
  "title" : "ShortcutTileColor"
}
-->

# ShortcutTileColor

Describes the colors a shortcut tile in the Shortcuts app.

```
enum ShortcutTileColor
```

## Topics

### Getting the tile colors

[`case blue`](/documentation/AppIntents/ShortcutTileColor/blue)

A blue color.

[`case grape`](/documentation/AppIntents/ShortcutTileColor/grape)

A grape color.

[`case grayBlue`](/documentation/AppIntents/ShortcutTileColor/grayBlue)

A grayish-blue color.

[`case grayBrown`](/documentation/AppIntents/ShortcutTileColor/grayBrown)

A grayish-brown color.

[`case grayGreen`](/documentation/AppIntents/ShortcutTileColor/grayGreen)

A grayish-green color.

[`case lightBlue`](/documentation/AppIntents/ShortcutTileColor/lightBlue)

A light blue color.

[`case lime`](/documentation/AppIntents/ShortcutTileColor/lime)

A lime color.

[`case navy`](/documentation/AppIntents/ShortcutTileColor/navy)

A navy blue color.

[`case orange`](/documentation/AppIntents/ShortcutTileColor/orange)

An orange color.

[`case pink`](/documentation/AppIntents/ShortcutTileColor/pink)

A pink color.

[`case purple`](/documentation/AppIntents/ShortcutTileColor/purple)

A purple color.

[`case red`](/documentation/AppIntents/ShortcutTileColor/red)

A red color.

[`case tangerine`](/documentation/AppIntents/ShortcutTileColor/tangerine)

A tangerine color.

[`case teal`](/documentation/AppIntents/ShortcutTileColor/teal)

A teal color.

[`case yellow`](/documentation/AppIntents/ShortcutTileColor/yellow)

A yellow color.

## Relationships

### Conforms To

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

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

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

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

---

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)