Material Color Utilities

August 10, 2026 · View on GitHub

Color is a foundational part of the Material Design system, alongside typography and shape. In products, color can communicate brand, reinforce meaning through semantic roles, and improve usability through accessible contrast.

Historically, teams hand-picked many colors to cover all UI use cases. In Material 3, dynamic color shifts

Library availability

LanguageAvailabilityLocation
C++
Dartpub package
JavaMDC-Android
Swift
TypeScriptnpm package
Kotlin

Need another platform/language? Check the existing issues or open a new one.

Capabilities Overview

library components cheat sheet

The library consists of various components, each having its own folder and tests, designed to be as self-contained as possible. This enables seamless integration of subsets into other libraries, like Material Design Components and Android System UI. Some consumers do not require all components, for example, MDC doesn’t need quantization, scoring, image extraction.

ComponentsPurpose
blendInterpolate, harmonize, animate, and gradate colors in HCT
contrastMeasure contrast, obtain contrastful colors
dislikeCheck and fix universally disliked colors
dynamiccolorObtain colors that adjust based on UI state (dark theme, style, preferences, contrast requirements, etc.)
hctA new color space (hue, chrome, tone) based on CAM16 x L*, that accounts for viewing conditions
palettesTonal palette — range of colors that varies only in tone
Core palette — set of tonal palettes needed to create Material color schemes
quantizeTurn an image into N colors; composed of Celebi, which runs Wu, then WSMeans
schemeCreate static and dynamic color schemes from a single color or a core palette
scoreRank colors for suitability for theming
temperatureObtain analogous and complementary colors
utilitiesColor — convert between color spaces needed to implement HCT/CAM16
Math — functions for ex. ensuring hue is between 0 and 360, clamping, etc.
String - convert between strings and integers

Learn about color science

The Science of Color & Design - Material Design

Try it out

Material Theme Builder

We recommend incorporating the Material Theme Builder Figma plugin and web tool into the design workflow. With them, designers can easily experiment with different dynamic color themes and see how they transform their designs with just a few clicks.