OLED displays (used in all premium smartphones since 2017) have a fundamentally different characteristic from LCD: each pixel emits its own light, meaning black pixels draw zero power. This gives pure black (#000000) a functional advantage in OLED mobile apps beyond aesthetics — it is a battery optimization. Apps with dark modes on OLED screens can reduce display power consumption by 30-60% at low brightness levels. This is why dark mode is disproportionately popular on mobile: users unconsciously associate it with longer battery life, and on OLED they are correct.
Ambient lighting conditions for mobile range from direct sunlight (requiring high contrast and saturated colors to overcome glare) to complete darkness (requiring reduced brightness to avoid eye strain). The same app will be viewed in both conditions within a single day. This means mobile color systems benefit from dynamic range that desktop design rarely needs: your primary text should meet 7:1 contrast in bright mode, your dark mode backgrounds should be dim enough to be comfortable in darkness. Dynamic Display modes (Apple's True Tone, Android's adaptive brightness) shift display color temperature automatically, which can slightly alter the perceived hue of your accent colors across the day.
Tap target size interacts with color perception: on mobile, interactive elements must be at least 44×44pt (iOS) or 48×48dp (Material Design). At these minimum sizes, subtle color differences that distinguish states (default vs. pressed vs. disabled) must be clearly perceptible. Hover states do not exist on touch interfaces, so the visual distinction between rest and active states must be communicated entirely through color, size, and shape changes on tap — not on hover approach. This means disabled colors must be dramatically different from active colors (50%+ contrast reduction) rather than the subtle 20% darkening that desktop designs often use.