Platform color conventions and when to break them
iOS and Android have distinct color conventions that users have learned: iOS defaults to system blue (#007AFF) for interactive elements, system red for destructive actions, and a specific grading of grey system colors. Android Material Design 3 uses dynamic color (extracting accent colors from the user's wallpaper) and has its own semantic role colors. Users with strong platform familiarity may initially interpret your brand colors through the lens of platform convention — a brand primary that is close to iOS system blue will feel like an interactive element when used on a non-interactive element. The practical guidance: maintain sufficient hue distance from platform conventions for any non-standard usage, or consciously embrace the convention (using standard system blue for your primary interactive color if it aligns with your brand hue direction).
