CSS print-color-adjust Property Reference

The CSS print-color-adjust property is a standard property in CSS Color. Review its formal syntax, computed behavior, and practical declarations.

CSS print-color-adjust Property Reference

The CSS print-color-adjust property is a standard property in CSS Color. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

print-color-adjust overview

The CSS print-color-adjust property is a standard property in CSS Color. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

print-color-adjust formal syntax
FieldValue
Formal syntaxeconomy | exact
Initial valueeconomy
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Color
StatusStandard

Practical examples

These declarations demonstrate valid ways to set print-color-adjust. The initial and inherit global keywords remain available even when a property-specific value is preferable.

print-color-adjust live example
CSS .reset-example { print-color-adjust: initial; } .inherit-example { print-color-adjust: inherit; } @supports (print-color-adjust: initial) { .supported { print-color-adjust: initial; } }

Related references

Description

The CSS print-color-adjust property is a standard property in CSS Color. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: print-color-adjust
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies