🌙 Night Mode
Home β€Ί Color & UI β€Ί Material UI Colors
πŸ“¦ Google Material

Material UI Colors

Google's complete Material Design color system β€” all 256 swatches with HEX codes. Click any color to copy. Filter by color family.

Material Design Colors

What Is Material Design and Why Does Its Color System Matter?

Material Design is Google's comprehensive design system, first introduced in 2014 and continuously refined through Material 2 and Material 3. At its core, it defines how interfaces should look, feel, and behave across Android, web, and cross-platform applications. The Material Design color system is one of its most widely adopted components β€” used not just by Google's own products but by thousands of developers building with Flutter, Angular Material, and Vuetify.

The system provides 19 core color families β€” from Red and Pink through Purple, Blue, Green, and all the way to Brown, Grey, and Blue Grey β€” each offering a carefully calibrated range of 14 shades. The naming is intentional and consistent, making the system predictable and easy to reference in code.

Understanding the Material Color Shade System

Each color family in Material Design uses a numbered shade system ranging from 50 to 900, plus four accent shades (A100, A200, A400, A700):

How to Use This Material Colors Reference

  1. Browse the full color grid which displays all 19 color families and their shades.
  2. Use the search box to filter by color family name (e.g., type "teal" or "deep purple").
  3. Click any swatch to instantly copy its HEX code to your clipboard β€” a toast notification confirms the copy.
  4. Use the HEX codes directly in your CSS, Tailwind config, Flutter theme, or design tool.

Implementing Material Colors in Your Projects

When building with Material Design colors, the standard approach is to define a primary and accent palette. The primary palette typically uses shades 500 (default), 700 (dark variant), and 100 (light variant). The accent palette uses one of the A-series shades for buttons, links, and interactive elements.

For example, a standard Material Blue theme would use #2196F3 (Blue 500) as the primary, #1976D2 (Blue 700) for the darker toolbar, #BBDEFB (Blue 100) for light backgrounds, and #448AFF (Blue A200) as the accent color. This combination meets Material Design's contrast guidelines across both light and dark themes.

All colors displayed here use authentic HEX values from Google's official Material Design specification. This makes the reference reliable for production use in any framework that follows the Material Design standard.

βœ… Copied!