darker

Jade Light to Twilight Indigo

A gradient that takes jade green and grounds it in deep twilight indigo — the colours of a fancy office building at dusk. The 315° anchor pulls jade glow to the upper-left and lets indigo fill the lower-right. Both ends share matching saturation but contrasting lightness, which is what gives the gradient its 'precious mineral' quality. Made for fintech, luxury-tech, and any premium-tier brand surface.

Beautiful gradient ready to use in your projects

Customize in Editor
#radial#jade#indigo#darker#fintech#luxury#twilight

About this gradient

A gradient that takes jade green and grounds it in deep twilight indigo — the colours of a fancy office building at dusk. The 315° anchor pulls jade glow to the upper-left and lets indigo fill the lower-right. Both ends share matching saturation but contrasting lightness, which is what gives the gradient its 'precious mineral' quality. Made for fintech, luxury-tech, and any premium-tier brand surface.

Colour story

#2AC577 is jade light (HSL 147°, 65% S, 47% L) — a green that reads like polished mineral. It transitions into #2624AB, a twilight indigo (HSL 241°, 64% S, 41% L). Matched 65% saturation creates the gradient's intentionality; the 94° hue gap delivers chromatic interest while the 6% lightness drop adds depth without breaking the colour conversation.

#2AC577
#2624AB

Where to use it

  • Premium fintech brand sites where 'serious money, modern voice' is the positioning
  • Luxury-tech product hero surfaces — high-end smart-home, audio brands, watch makers
  • Pricing pages for premium subscription tiers where the gradient communicates 'this is the high-value option'
  • Crypto exchange dashboards in dark-mode hero states

Design tips

  • ·White text only — body copy should sit at 90%+ lightness for comfort
  • ·Pair with a deep black surface for the rest of the page — this gradient on white creates an awkward 'island'
  • ·Add subtle particle effects or fine-grain noise (3-5%) to push from 'rendered' to 'cinematic'

CSS Code &Tailwind CSS

Copy the code below to use this gradient in your project

radial-gradient(circle, #2AC577 0%, #2624AB 100%)

Full CSS Rule

.gradient-darker--2ac577-2624ab--radial-315 {
  background: radial-gradient(circle, #2AC577 0%, #2624AB 100%);
}

Color Stops

#2AC577

0%

#2624AB

100%

CSS Ready

Copy-paste ready CSS code with cross-browser compatibility

Tailwind Ready

Use directly with Tailwind CSS utility classes

Fully Customizable

Open in editor to adjust colors, angle, and stops

Responsive

Looks perfect on all screen sizes and devices

Perfect For

Hero Sections

Create eye-catching hero backgrounds for landing pages

Buttons & CTAs

Make buttons stand out with gradient backgrounds

Cards & Overlays

Add depth to cards with subtle gradient overlays

Text Effects

Apply gradient to text for modern typography

Common Uses of Gradients in UI and Graphic Design

Learn how to apply CSS gradients in real-world design scenarios

UI Background

Hero sections, landing pages, and app backgrounds

Hero Background

Perfect for hero sections, landing pages, and full-screen app backgrounds. Creates visual depth and modern aesthetic.

CSS
background: radial-gradient(circle, #2AC577 0%, #2624AB 100%);

Button Gradients

Call-to-action buttons with eye-catching gradients

Gradient buttons attract attention and improve click-through rates. Ideal for CTAs, sign-up buttons, and primary actions.

CSS
background: radial-gradient(circle, #2AC577 0%, #2624AB 100%);

Text Gradients

Eye-catching gradient text for headlines

Gradient Text

Gradient text makes headlines pop. Works great for hero titles, feature names, and brand statements.

CSS
background-image: radial-gradient(circle, #2AC577 0%, #2624AB 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;

Card / Surface Gradients

Subtle gradients for cards and UI surfaces

Feature Card

Subtle gradient background

Subtle gradients add depth to cards without overwhelming. Perfect for feature cards, testimonials, and pricing tables.

CSS
background: radial-gradient(circle, rgba(42, 197, 119, 0.1) 0%, rgba(38, 36, 171, 0.1) 100%);

Border Gradients

Gradient borders for modern UI elements

Gradient Border Card

Stand out with colorful borders

Gradient borders make elements stand out. Great for input fields, cards, and featured content sections.

CSS
.gradient-border {
  background: radial-gradient(circle, #2AC577 0%, #2624AB 100%);
  padding: 2px;
  border-radius: 12px;
}
.gradient-border > div {
  background: var(--bg-surface);
  border-radius: 10px;
}
Generated

Related Gradient Variations

Explore harmonious variations based on your current gradient

Brick Rust to Deep Forest

Moss to Indigo blue

Glacier to Violet

Ruby to Chartreuse

Ember Crimson to Forest Jade

Emerald to Cobalt

Forest Ocean to Midnight Iris

Forest Teal to Midnight Midnight

Forest Spruce to Midnight Periwinkle

Sage to Ice

Tomato to Moss

Royal Purple to Brick Red

Frequently Asked Questions

Everything you need to know

How do I use this gradient in my project?

Simply copy the CSS or Tailwind code and paste it into your stylesheet. The gradient is ready to use with no additional setup required.

Can I customize this gradient?

Yes! Click "Customize in Editor" to open the gradient in our visual editor where you can adjust colors, angle, and color stops.

Is this gradient free to use?

Yes, all gradients on Pixeliro are free to use in personal and commercial projects. No attribution required.

Does this work with Tailwind CSS?

Yes! We provide ready-to-use Tailwind CSS classes. You can also add custom colors to your tailwind.config.js for full customization.

Ready to Get Started?

Jade Light to Twilight Indigo Gradient - Free, no signup required

Customize in Editor