Loading...

Material Design Colors

Every color in the Google Material Design color system — 19 color families with standard shades (50–900) and accent variants (A100–A700). Click any swatch or hex code to copy it instantly.

Red

#F44336

+

Pink

#E91E63

+

Purple

#9C27B0

+

Deep Purple

#673AB7

+

Indigo

#3F51B5

+

Blue

#2196F3

+

Light Blue

#03A9F4

+

Cyan

#00BCD4

+

Teal

#009688

+

Green

#4CAF50

+

Light Green

#8BC34A

+

Lime

#CDDC39

+

Yellow

#FFEB3B

+

Amber

#FFC107

+

Orange

#FF9800

+

Deep Orange

#FF5722

+

Brown

#795548

+

Grey

#9E9E9E

+

Blue Grey

#607D8B

+

About Material Design Colors

What is Material Design?

Material Design is Google's open-source design system, first released in 2014. Its color system provides a curated palette of 19 color families, each with 10 standard shades and up to 4 high-saturation accent variants. These colors are the foundation of Android, Google Workspace, and thousands of apps.

The shade scale

Standard shades run from 50 (near-white) to 900 (near-black), with 500 as the "primary" value. Accent shades (A100–A700) are highly saturated and meant for highlights, FABs, and small UI elements rather than large surfaces. Brown, Grey, and Blue Grey don't have accent variants.

How to use Material colors in CSS

Material colors have no built-in CSS variables — copy the hex codes and define your own CSS custom properties:--color-primary: #2196F3;Or import the Material Components Web library which ships CSS vars for the full palette.

Material Design vs Tailwind colors

Material colors tend to be more saturated and vibrant than Tailwind's palette. Material has 10 standard shades (50–900) while Tailwind has 11 (50–950). Material also adds accent variants not found in Tailwind. For Tailwind projects, see our Tailwind CSS Colors reference.