CSS lighting-color Property Reference

The CSS lighting-color property is a standard property in Filter Effects. Review its formal syntax, computed behavior, and practical declarations.

CSS lighting-color Property Reference

The CSS lighting-color property is a standard property in Filter Effects. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

lighting-color overview

The CSS lighting-color property is a standard property in Filter Effects. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

lighting-color formal syntax
FieldValue
Formal syntax<color>
Initial valuewhite
Applies tolimitedSVGElementsLightSource
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typebyComputedValue
Mediavisual
Specification groupFilter Effects
StatusStandard

Practical examples

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

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

Related references

Description

The CSS lighting-color property is a standard property in Filter Effects. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: lighting-color
  2. MDN: CSS Properties Reference

Similar or alternative tools

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