Back to gradients
#6A9113
Light
#141517
Dark

CSS Code

background: radial-gradient(circle, #6A9113 0%, #141517 100%);

Cosmic Ray 8

RADIAL CIRCLE
1,238 Views

Copy & Download

About this gradient

This is a radial CSS gradient that blends two colours. The colour transitions outward from the centre in smooth concentric rings, moving from Lime #6A9113 at the start to Black #141517 at the end. The result is a soft, versatile blend that works across many design styles.

The colours

The gradient is built from Lime (#6A9113), Black (#141517). Lime is a vivid, saturated tone that draws the eye — best for accents and highlights. Black is a deep, low-lightness tone — strong for text, headings and bold accents.

Where to use it

Radial gradients like this one work well as spotlight backgrounds, soft card glows, button hovers and hero backdrops where you want attention drawn toward a central focal point. Apply it to a full-width section for a subtle depth effect, or to a smaller element for a glowing accent.

Text & accessibility

The two colours have strong contrast against each other, but always check text placed on top of the gradient — dark text reads best over the lighter end and light text over the darker end. Aim for a contrast ratio of at least 4.5:1 for body text.

Frequently asked questions

How do I use this gradient in CSS?

Copy the radial-gradient(circle, #6A9113 0%, #141517 100%) value and apply it to any element with the background property, for example: background: radial-gradient(circle, #6A9113 0%, #141517 100%);

Is this a linear or radial gradient?

It is a radial gradient — the colour radiates outward from a central point in concentric rings, which suits circular highlights, spotlights and soft backdrops.

Can I change the colours or direction?

Yes. The two hex stops (#6A9113 and #141517) and the shape can be edited directly in the CSS to fine-tune the blend for your own design.

Related Gradients

radial-gradient(circle, #43E97B 0%, #38F9D7 100%)

Ripple 34

radial
radial-gradient(circle, #6A9113 0%, #141517 100%)

Twilight 28

radial
radial-gradient(circle, #1D976C 0%, #93F9B9 100%)

Aurora 43

radial
radial-gradient(circle, #11998E 0%, #38EF7D 100%)

Arctic Ice 2

radial
radial-gradient(circle, #B7F8DB 0%, #50A7C2 100%)

Shadow Play 20

radial
radial-gradient(circle, #11998E 0%, #38EF7D 100%)

Sunrise 32

radial
radial-gradient(circle, #6A9113 0%, #141517 100%)

Candy Pop 38

radial
radial-gradient(circle, #43E97B 0%, #38F9D7 100%)

Ocean Wave 4

radial
radial-gradient(circle, #00F260 0%, #0575E6 100%)

Arctic Ice 49

radial
radial-gradient(circle, #56AB2F 0%, #A8E063 100%)

Autumn Fire 4

radial
radial-gradient(circle, #B8CDB0 0%, #DDE8C0 100%)

Chroma Flow 18

radial
radial-gradient(circle, #AAFFA9 0%, #11FFBD 100%)

Rose Petal 9

radial
radial-gradient(circle, #6A9113 0%, #141517 100%)

Cosmic Ray 8

radial
radial-gradient(circle, #56AB2F 0%, #A8E063 100%)

Arctic Ice 34

radial
radial-gradient(circle, #AAFFA9 0%, #11FFBD 100%)

Nebula 39

radial
radial-gradient(circle, #B7F8DB 0%, #50A7C2 100%)

Ripple 40

radial
radial-gradient(circle, #B8CDB0 0%, #DDE8C0 100%)

Ripple 28

radial
radial-gradient(circle, #43E97B 0%, #38F9D7 100%)

Shadow Play 14

radial
radial-gradient(circle, #AAFFA9 0%, #11FFBD 100%)

Color Drift 9

radial
radial-gradient(circle, #C6FFDD 0%, #F7797D 50%, #FBD786 100%)

Forest Mist 31

radial
radial-gradient(circle, #C6FFDD 0%, #F7797D 50%, #FBD786 100%)

Mint Breeze 31

radial
radial-gradient(circle, #56AB2F 0%, #A8E063 100%)

Crimson Tide 14

radial
radial-gradient(circle, #D4FC79 0%, #96E6A1 100%)

Moon Glow 3

radial
radial-gradient(circle, #348F50 0%, #56B4D3 100%)

Electric Blue 3

radial
Copied!