Apple UI Colors
SwiftUI Colors
Explore SwiftUI semantic colors and adaptable palette values with searchable API names, HEX values, RGBA values, and light or dark appearance variants for Apple platform interfaces. Read the complete SwiftUI colors guide for system color explanations, code examples, and dark mode notes.
| Swatch | Name | API Token | HEX / RGBA |
|---|---|---|---|
| Accent | .accentColor | #007AFFrgb(0, 122, 255) | |
| Primary | .primary | rgba(0, 0, 0, 0.85) | |
| Secondary | .secondary | rgba(0, 0, 0, 0.5) | |
| Red | .red | #FF383Crgb(255, 56, 60) | |
| Orange | .orange | #FF8D28rgb(255, 141, 40) | |
| Yellow | .yellow | #FFCC00rgb(255, 204, 0) | |
| Green | .green | #34C759rgb(52, 199, 89) | |
| Mint | .mint | #00C8B3rgb(0, 200, 179) | |
| Teal | .teal | #00C3D0rgb(0, 195, 208) | |
| Cyan | .cyan | #00C0E8rgb(0, 192, 232) | |
| Blue | .blue | #0088FFrgb(0, 136, 255) | |
| Indigo | .indigo | #6155F5rgb(97, 85, 245) | |
| Purple | .purple | #CB30E0rgb(203, 48, 224) | |
| Pink | .pink | #FF2D55rgb(255, 45, 85) | |
| Brown | .brown | #AC7F5Ergb(172, 127, 94) | |
| Gray | .gray | #8E8E93rgb(142, 142, 147) | |
| Black | .black | #000000rgb(0, 0, 0) | |
| White | .white | #FFFFFFrgb(255, 255, 255) |