LEARN

Tailwind CSS Filter

The filter class is used to set the visual effect of an element. This class is mostly used in image content. In CSS, we do that by using the CSS filter property. Tailwind CSS newly added feature filter in 2.1 version.

In Tailwind CSS, the Filter utilities allow you to control the visibility eFFECTS of elements. The key classes include:

  • filter: This class is used to enable filters.
  • filter-none: This class is used to remove filters.

Tailwind css Blur

In Tailwind CSS, the blur utility applies a blur effect to an element, simulating a soft focus. This can be useful for creating a frosted glass effect, highlighting foreground content, or adding depth to your design.

Hear is the class list of BLUR Filter
  • blur-0
  • blur-sm
  • blur-md
  • blur-lg
  • blur-xl
<div class="flex w-full items-center justify-center rounded-md gap-8 ">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt=""
        class="w-full rounded-xl max-w-xs  filter-none">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt=""
        class="w-full rounded-xl max-w-xs  filter blur-sm">
</div>

Tailwind css brightness

In Tailwind CSS, the brightness utility lets you control the brightness of an element. It's often used to modify images, backgrounds, or other visual elements to create focus, highlight, or achieve a desired visual effect.

Hear is the class list of Brightness Filter
  • brightness-0
  • brightness-50
  • brightness-75
  • brightness-90
  • brightness-95
  • brightness-100
  • brightness-105
  • brightness-110
  • brightness-125
  • brightness-150
  • brightness-200
T-shirt image With Filter-none T-shirt image With Filter brightness-50
<div class="flex w-full items-center justify-center rounded-md gap-8 ">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter-none"
        class="w-full rounded-xl max-w-xs  filter-none">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter brightness-50"
        class="w-full rounded-xl max-w-xs  filter brightness-50">
</div>

1000+ Tailwind Blocks

Access over 1,000 ready-made Tailwind blocks with modern designs to accelerate your design process.

Explore More

Tailwind css invert

In Tailwind CSS, the invert utility is used to invert the colors of an element. This effect can be particularly useful for creating unique visual styles, dark mode effects, or emphasis on specific elements.

T-shirt image With Filter-none T-shirt image With Filter invert
<div class="flex w-full items-center justify-center rounded-md gap-8 ">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter-none"
        class="w-full rounded-xl max-w-xs  filter-none">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter invert"
        class="w-full rounded-xl max-w-xs  filter invert">
</div>

Tailwind css contrast

In Tailwind CSS, the contrast utility allows you to control the contrast of an element. It's particularly useful for enhancing or reducing the difference between light and dark areas of images, backgrounds, and other visual elements.

Hear is the class list of contrast Filter
  • contrast-0
  • contrast-50
  • contrast-75
  • contrast-100
  • contrast-125
  • contrast-150
  • contrast-200
T-shirt image With Filter-none T-shirt image With Filter contrast
<div class="flex w-full items-center justify-center rounded-md gap-8 ">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter-none"
        class="w-full rounded-xl max-w-xs  filter-none">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter contrast"
        class="w-full rounded-xl max-w-xs  filter contrast-125">
</div>

Tailwind css grayscale

In Tailwind CSS, the grayscale utility is used to convert an element’s colors to shades of gray. This can be applied to images, backgrounds, or other elements to achieve visual effects such as desaturation or a grayscale filter.

Hear is the class list of contrast Filter
  • grayscale
  • grayscale-0
T-shirt image With Filter-none T-shirt image With Filter grayscale
<div class="flex w-full items-center justify-center rounded-md gap-8 ">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter-none"
        class="w-full rounded-xl max-w-xs  filter-none">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter grayscale"
        class="w-full rounded-xl max-w-xs  filter grayscale">
</div>

Tailwind css Drop Shadow

In Tailwind CSS, the drop-shadow utility is used to apply decorative shadows to an element. Unlike box-shadow, which includes shadows that follow the shape of an element, drop-shadow is primarily applied to images, SVGs, and other elements, creating a softer, external shadow effect.

Hear is the class list of Drop Shadow Filter
  • drop-shadow-sm
  • drop-shadow-md
  • drop-shadow-lg
  • drop-shadow-xl
  • drop-shadow-2xl
  • drop-shadow-none
T-shirt image With Filter-none T-shirt image With Filter drop-shadow-lg
<div class="flex w-full items-center justify-center rounded-md gap-8 p-16">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter-none"
        class="w-full rounded-xl max-w-xs  filter-none">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter drop-shadow-lg"
        class="w-full rounded-xl max-w-xs  filter drop-shadow-2xl">
</div>

1000+ Tailwind Blocks

Access over 1,000 ready-made Tailwind blocks with modern designs to accelerate your design process.

Explore More

Tailwind css Hue Rotate

In Tailwind CSS, the hue-rotate utility is used to adjust the hue of an element's colors. This utility is particularly useful for creating dynamic visual effects, tweaking the color scheme of images, or adding creative effects to designs.

Hear is the class list of Hue Rotate Filter
  • -hue-rotate-180
  • -hue-rotate-90
  • -hue-rotate-60
  • -hue-rotate-30
  • -hue-rotate-15
  • hue-rotate-0
  • -hue-rotate-15
  • -hue-rotate-30
  • -hue-rotate-60
  • -hue-rotate-90
  • -hue-rotate-180
T-shirt image With Filter-none T-shirt image With Filter hue-rotate-90
<div class="flex w-full items-center justify-center rounded-md gap-8 p-16">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter-none"
        class="w-full rounded-xl max-w-xs  hue-rotate-0">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter hue-rotate-90"
        class="w-full rounded-xl max-w-xs hue-rotate-90">
</div>

Tailwind css Saturate

In Tailwind CSS, the hue-rotate utility is used to adjust the hue of an element's colors. This utility is particularly useful for creating dynamic visual effects, tweaking the color scheme of images, or adding creative effects to designs.

Hear is the class list of Saturate Filter
  • Saturate-0
  • Saturate-50
  • Saturate-100
  • Saturate-150
  • Saturate-200
T-shirt image With Filter-none T-shirt image With Filter saturate-200
<div class="flex w-full items-center justify-center rounded-md gap-8 p-16">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter-none"
        class="w-full rounded-xl max-w-xs  filter-none">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter saturate-200"
        class="w-full rounded-xl max-w-xs  filter saturate-200">
</div>

Tailwind css Sepia

In Tailwind CSS, the sepia utility is used to apply a sepia tone to elements, typically images or backgrounds. The sepia filter gives a warm, brownish tint to the colors of an element, which is often used for vintage or retro effects.

Hear is the class list of Sepia Filter
  • Sepia
  • Sepia-0
T-shirt image With Filter sepia-0 T-shirt image With Filter Sepia
<div class="flex w-full items-center justify-center rounded-md gap-8 ">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter sepia-0"
        class="w-full rounded-xl max-w-xs  filter sepia-0">
    <img src="https://pagedone.io/asset/uploads/1732085792.jpg" alt="T-shirt image With Filter Sepia"
        class="w-full rounded-xl max-w-xs filter sepia">
</div>

Tailwind css Backdrop Filter

In Tailwind CSS, the backdrop-filter utility allows you to apply graphical effects such as blur, brightness, contrast, and other CSS filter functions to the area behind an element (we can use above all filter property with backdrop filter)

Hear is the class list of Backdrop Filter
  • backdrop-filter
  • backdrop-filter-none
room-interior-design
<div class="relative w-full h-96 max-w-[650px] mx-auto">
    <div class="absolute z-0 w-full py-18">
        <img src="https://pagedone.io/asset/uploads/1732085822.jpg" alt="room-interior-design"
            class="rounded-lg object-cover w-full aspect-video">
    </div>
    <div class="grid grid-cols-3 gap-0 relative z-10 w-full h-full">
        <div class="w-full h-full bg-emerald-400/50  backdrop-filter backdrop-invert border-2 border-indigo-600"></div>
        <div class="w-full h-full bg-emerald-400/50  backdrop-filter backdrop-grayscale border-2 border-indigo-600">
        </div>
        <div class="w-full h-full bg-emerald-400/50  backdrop-filter backdrop-blur border-2 border-indigo-600"></div>
    </div>
</div>

Figma

You can also find this component in Figma. Check the Pagedone Figma Design System.

image

1000+ Tailwind Blocks

Access over 1,000 ready-made Tailwind blocks with modern designs to accelerate your design process.

Explore More