Skip to content

Purple Haze Gradient

CSS
background: linear-gradient(135deg, #7f7fd5 0%, #86a8e7 50%, #91eae4 100%);
Open in Gradient Maker →
Other formats
CSS custom property
--gradient-purple-haze: linear-gradient(135deg, #7f7fd5 0%, #86a8e7 50%, #91eae4 100%);
Tailwind arbitrary value
bg-[linear-gradient(135deg,_#7f7fd5_0%,_#86a8e7_50%,_#91eae4_100%)]
Same colours, other shapes

The same stops passed through the other gradient functions — copy whichever suits the surface.

Reversed direction
background: linear-gradient(315deg, #7f7fd5 0%, #86a8e7 50%, #91eae4 100%);
Radial
background: radial-gradient(circle, #7f7fd5 0%, #86a8e7 50%, #91eae4 100%);
Conic
background: conic-gradient(from 135deg, #7f7fd5 0%, #86a8e7 50%, #91eae4 100%);
Text on this gradient
Aa
1.39:1
Aa
5.31:1

Measured against every stop, near-black text holds a worst-case contrast of 5.31:1 on this gradient. Passes WCAG AA for body text (4.5:1).

Color stops
About this gradient

Purple Haze is a ready-to-use CSS gradient with 3 color stops. Copy the CSS below, open it in the Gradient Maker to tweak the angle and stops, or click any stop color for its full breakdown.

More gradients

Related

Palettes in the same range

✓ Copied