CSS system colors reference


A basic lookup table of the CSS system colors for forced-colors mode.

KeywordDescription
AccentColorBackground color of user interface controls
AccentColorTextText color of user interface controls
ActiveTextActive link text color
ButtonBorderButton border color
ButtonFaceButton background color
ButtonTextButton text color
CanvasBackground color
CanvasTextText color
FieldInput field background color
FieldTextInput field text color
GrayTextDisabled text color
HighlightSelected text background color
HighlightTextSelected text color
LinkTextLink text color
MarkMarked text background color
MarkTextMarked text color
SelectedItemBackground color of selected items e.g selected <option>
SelectedItemTextText color of selected items e.g selected <option>
VisitedTextText color of visited links

As referenced from <system-color> CSS type on MDN.

Useful guides


< back