Green & Yellow, Lime Color Palette
:root {
--color-1: #D9C426;
--color-2: #BED624;
--color-3: #A2E23C;
--color-4: #91E95D;
}
colors: {
'palette-1': '#D9C426',
'palette-2': '#BED624',
'palette-3': '#A2E23C',
'palette-4': '#91E95D',
}
const palette = [
'#D9C426',
'#BED624',
'#A2E23C',
'#91E95D',
];
$color-1: #D9C426;
$color-2: #BED624;
$color-3: #A2E23C;
$color-4: #91E95D;
This is a balanced, vibrant 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, vibrant 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Green (#91E95D) and reads as well balanced in lightness, with an average saturation of 73% and lightness of 55%. It adapts to a wide range of web and brand projects.
The colors in this palette
Yellow #D9C426
rgb(217, 196, 38) · hsl(53, 70%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #BED624
rgb(190, 214, 36) · hsl(68, 71%, 49%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #A2E23C
rgb(162, 226, 60) · hsl(83, 74%, 56%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #91E95D
rgb(145, 233, 93) · hsl(98, 76%, 64%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Accessibility & contrast
Colour contrast decides whether text stays readable. Here is how each pair of colours in this palette performs when one is used as text on the other, measured against the WCAG standard (AA needs 4.5:1, AAA needs 7:1).
| Text | Background | Ratio | AA | AAA |
|---|---|---|---|---|
| #D9C426 | #91E95D | 1.18:1 | Fail | Fail |
| #D9C426 | #A2E23C | 1.14:1 | Fail | Fail |
| #BED624 | #91E95D | 1.09:1 | Fail | Fail |
| #D9C426 | #BED624 | 1.08:1 | Fail | Fail |
| #BED624 | #A2E23C | 1.05:1 | Fail | Fail |
| #A2E23C | #91E95D | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Green (#91E95D): the lightest tone — a clean base for large areas
- Text — Lime (#BED624): the darkest tone — readable for body copy and headings
- Primary — Lime (#A2E23C): the most saturated tone — buttons, links and key UI
- Accent — Lime (#BED624): a secondary highlight for badges and details
Colors that pair with this palette
Want to extend this palette? These colours pair naturally with its dominant Green tone, based on colour-wheel harmony. Tap a swatch to explore that colour family.
Frequently asked questions
What colours are in this palette?
This palette has 4 colours: Yellow (#D9C426), Lime (#BED624), Lime (#A2E23C) and Green (#91E95D).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #D9C426, #BED624, #A2E23C and #91E95D. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.