Material You: Design That’s Personal

Introduction

For seven years, Material Design made every Android phone look the same. A blue FAB here, a white card there, Roboto text everywhere. It was consistent, professional, and impersonal.

Material You (Material Design 3), launched with Android 12 in 2021, changed that. Instead of a fixed color scheme, Android extracts a palette from your wallpaper and paints the entire OS in your colors. Your phone doesn’t look like anyone else’s. It looks like yours.


Dynamic Color (Monet)

Material You’s centerpiece is dynamic color. A color extraction engine called Monet analyzes your wallpaper and generates:

  • 1 primary color (the dominant hue)
  • 1 secondary color (a complementary hue)
  • 1 tertiary color (another complementary hue)
  • 2 neutral colors (light and dark)
  • 5 tonal palettes (each with 13 shades)

The palettes use the HCT (Hue, Chroma, Tone) color space, which produces more perceptually uniform gradients than RGB or HSL. Colors at the same “tone” value have the same perceived lightness, ensuring accessibility.

Monet generates up to 16 color variants, and the user can choose which one to apply. The lock screen clock, Quick Settings, settings icons, notification cards, and supported third-party apps all adapt to the chosen palette.


Oversized UI

Material You is bigger. Buttons are larger. Sliders are thicker. The lock screen clock is massive (two lines, stacked). The Quick Settings tiles are large rounded rectangles instead of small circles.

This was designed for one-handed use on large phones. A button that’s 48dp tall is easier to tap with a thumb than one that’s 36dp. The oversized UI is more accessible and more ergonomic — but it’s also divisive. Critics call it Fisher-Price; supporters call it the first Android design that works on 6.5-inch screens.


Themed Icons

Material You extends dynamic color to launcher icons. Apps that implement the ThemedIcon API can tint their icons to match the system palette. A home screen where every icon shares the same color family is the ideal; a home screen where only Google apps are themed is the reality.

Third-party adoption of themed icons has been slow. By 2025, most Google apps support them, but non-Google apps are inconsistent. The feature is opt-in for developers, and many haven’t opted in.


The Philosophy

Material You’s core insight: personalization matters more than consistency in 2025. iOS looks the same on every iPhone. Material You makes Android look like the person who owns it. That’s a genuine differentiator in a commoditized market.


References

  • Material You announcement (Google I/O 2021)
  • Monet dynamic color technical documentation
  • Material Design 3 specification (material.io)

Leave a Reply