Skip to main content

Backdrop Grayscale

Utilities for applying backdrop grayscale filters.

CSS Property:backdrop-filter: grayscale()
Classes:2

Backdrop Grayscale Classes

ClassCSS
backdrop-grayscale-0backdrop-filter: grayscale(0);
backdrop-grayscalebackdrop-filter: grayscale(100%);

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[backdrop-filter: grayscale():value]

Responsive Variants

Apply backdrop grayscale utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:backdrop-grayscale-0
768px+md:md:backdrop-grayscale-0
1024px+lg:lg:backdrop-grayscale-0
1280px+xl:xl:backdrop-grayscale-0
1536px+2xl:2xl:backdrop-grayscale-0