color-adjust

Deprecated

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.

Quick example

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

color-adjust Browser Support

Limited availability 15% global usage

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

Not ready for production without a fallback.

48+
15.4+
ESC