color-adjust

A legacy property (deprecated in favor of 'print-color-adjust') that tells the browser whether it can override colors to save ink or improve readability when printing.

The web standards community has deprecated this feature. Browsers are actively phasing out support for it.

/* Usage Example */
/* Deprecated: use print-color-adjust instead */
.print-header {
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

/* Global values */
color-adjust: inherit;
color-adjust: initial;
color-adjust: revert;
color-adjust: revert-layer;
color-adjust: unset;
Limited availability Since 2020 15% global usage

This feature is not Baseline because it does not work in some of the most widely-used browsers.

48+
15.4+

New CSS drops.

Join 750+ readers who've survived clearfix hacks.

ESC