---
title: ShortcutTileColor
framework: appintents
role: symbol
role_heading: Enumeration
path: appintents/shortcuttilecolor
---

# ShortcutTileColor

Describes the colors a shortcut tile in the Shortcuts app.

## Declaration

```swift
enum ShortcutTileColor
```

## Topics

### Getting the tile colors

- [ShortcutTileColor.blue](appintents/shortcuttilecolor/blue.md)
- [ShortcutTileColor.grape](appintents/shortcuttilecolor/grape.md)
- [ShortcutTileColor.grayBlue](appintents/shortcuttilecolor/grayblue.md)
- [ShortcutTileColor.grayBrown](appintents/shortcuttilecolor/graybrown.md)
- [ShortcutTileColor.grayGreen](appintents/shortcuttilecolor/graygreen.md)
- [ShortcutTileColor.lightBlue](appintents/shortcuttilecolor/lightblue.md)
- [ShortcutTileColor.lime](appintents/shortcuttilecolor/lime.md)
- [ShortcutTileColor.navy](appintents/shortcuttilecolor/navy.md)
- [ShortcutTileColor.orange](appintents/shortcuttilecolor/orange.md)
- [ShortcutTileColor.pink](appintents/shortcuttilecolor/pink.md)
- [ShortcutTileColor.purple](appintents/shortcuttilecolor/purple.md)
- [ShortcutTileColor.red](appintents/shortcuttilecolor/red.md)
- [ShortcutTileColor.tangerine](appintents/shortcuttilecolor/tangerine.md)
- [ShortcutTileColor.teal](appintents/shortcuttilecolor/teal.md)
- [ShortcutTileColor.yellow](appintents/shortcuttilecolor/yellow.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### App Shortcut definition

- [AppShortcut](appintents/appshortcut.md)
- [AppShortcutPhrase](appintents/appshortcutphrase.md)
- [AppShortcutPhraseToken](appintents/appshortcutphrasetoken.md)
- [NegativeAppShortcutPhrase](appintents/negativeappshortcutphrase.md)
- [NegativeAppShortcutPhrases](appintents/negativeappshortcutphrases.md)
- [NSAppIconActionTintColorName](bundleresources/information-property-list/cfbundleicons/cfbundleprimaryicon/nsappiconactiontintcolorname.md)
- [NSAppIconComplementingColorNames](bundleresources/information-property-list/cfbundleicons/cfbundleprimaryicon/nsappiconcomplementingcolornames.md)
- [AppShortcutsBuilder](appintents/appshortcutsbuilder.md)
- [AppShortcutsContent](appintents/appshortcutscontent.md)
