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.
SwatchNameAPI TokenHEX / RGBA
Accent
.accentColor
#007AFF
rgb(0, 122, 255)
Primary
.primary
rgba(0, 0, 0, 0.85)
Secondary
.secondary
rgba(0, 0, 0, 0.5)
Red
.red
#FF383C
rgb(255, 56, 60)
Orange
.orange
#FF8D28
rgb(255, 141, 40)
Yellow
.yellow
#FFCC00
rgb(255, 204, 0)
Green
.green
#34C759
rgb(52, 199, 89)
Mint
.mint
#00C8B3
rgb(0, 200, 179)
Teal
.teal
#00C3D0
rgb(0, 195, 208)
Cyan
.cyan
#00C0E8
rgb(0, 192, 232)
Blue
.blue
#0088FF
rgb(0, 136, 255)
Indigo
.indigo
#6155F5
rgb(97, 85, 245)
Purple
.purple
#CB30E0
rgb(203, 48, 224)
Pink
.pink
#FF2D55
rgb(255, 45, 85)
Brown
.brown
#AC7F5E
rgb(172, 127, 94)
Gray
.gray
#8E8E93
rgb(142, 142, 147)
Black
.black
#000000
rgb(0, 0, 0)
White
.white
#FFFFFF
rgb(255, 255, 255)