Adapting a desktop palette for mobile
Three adjustments consistently improve desktop palettes when ported to mobile. First: increase the minimum contrast ratio for body text from 4.5:1 to 5.5:1. This provides a sunlight buffer without requiring a full redesign. Second: darken interactive element backgrounds by 5-10% L in OKLCH. On OLED mobile screens, buttons read as slightly lighter than on LCD desktop monitors at the same hex value — a small lightness reduction compensates. Third: reduce saturation of background accent colors by 10-15%. Background tinting looks appropriate at low saturation on desktop, but accumulates visual fatigue on OLED mobile because the panel renders saturated colors at higher perceived intensity. The same OKLCH chroma value that reads as subtle on desktop reads as loud on OLED mobile. These three adjustments can be implemented as a mobile-specific override layer on top of the existing design token system, without changing the desktop palette.
