CSS forced-color-adjust Property Reference

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

CSS forced-color-adjust Property Reference

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

Updated 2026-08-12

forced-color-adjust overview

The CSS forced-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

forced-color-adjust formal syntax
FieldValue
Formal syntaxauto | none | preserve-parent-color
Initial valueauto
Applies toallElementsAndText
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Mediavisual
Specification groupCSS Color
StatusStandard

Practical examples

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

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

Related references

Description

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

References

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

Similar or alternative tools

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