color-interpolation-filters

Specifies the color space for imaging operations performed via filter primitives. It's an internal SVG detail for how colors are calculated during complex filtering.

It is documented as part of the Filter Effects specification.

/* Usage Example */
feGaussianBlur {
  /* SVG filter property */
  color-interpolation-filters: sRGB;
}

/* Syntax */
color-interpolation-filters: auto;
color-interpolation-filters: linear;

/* Global values */
color-interpolation-filters: inherit;
color-interpolation-filters: initial;
color-interpolation-filters: revert;
color-interpolation-filters: revert-layer;
color-interpolation-filters: unset;
Widely available Since 2015 96% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.

1+
3+
3+
79+
Kinsta

Your first month is free

Managed WordPress hosting for faster sites.

Learn more

New CSS drops.

Join 600+ readers who've survived clearfix hacks.

ESC