76

Either my English is not good enough or I just do not get it, but could anybody please explain to me what the "accent color" is and where it is used?


My question originated from the fact that I couldn't find a real description of when and how that color is used. Had I scrolled further down, I'd have found that description, too.

Sorry to interrupt, thanks for pointing me to it everybody.

Josh Lee
  • 171,072
  • 38
  • 269
  • 275
Thorsten Dittmar
  • 55,956
  • 8
  • 91
  • 139

3 Answers3

65

You got good example in Material Design docs -> your palettes are shown in section "UI color application" - with blue colors being primary and pink being used for accents.

Here is what it means in practice (also FAB would most likely use pink background color)

enter image description here

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
  • 1
    Oh man - should have scrolled down a bit. I was already reading the page you linked... – Thorsten Dittmar Jun 24 '15 at 08:31
  • Excuse me, and where is this accent color used by default? – Henry Nov 23 '18 at 08:31
  • I still don't get it. Would anyone care to tell me, where I can use color="accent" (I know it will work with mat-button, but not with div elements). And what are other values I can use instead of accent? Only primary and secondary? – Jens Mander Sep 01 '19 at 00:37
  • 1
    You can think of accent = highlighted. For example, active tab, focused input, etc. It is a color used to draw attention. – David Lin Jul 06 '20 at 13:46
  • Links broken, not sure where the new ones are (or if this pictured UI is any more available) – Joel Peltonen Feb 14 '21 at 15:33
30

Quoting from http://android-developers.blogspot.se/2014/08/material-design-in-2014-google-io-app.html:

In material design, UI element color palettes generally consist of one primary and one accent color.

The accent color is used more subtly throughout the app, to call attention to key elements. The resulting juxtaposition of a tamer primary color and a brighter accent, gives apps a bold, colorful look without overwhelming the app’s actual content.

Michael
  • 57,169
  • 9
  • 80
  • 125
18

Accent color is also known as Secondary color.

It is used for:

  • Buttons
  • Floating action buttons
  • Selection controls, like sliders and switches
  • Highlighting selected text
  • Progress bars
  • Links and headlines
Yogesh Umesh Vaity
  • 41,009
  • 21
  • 145
  • 105