Yellow & Lime, Green Color Palette
:root {
--color-1: #F4E971;
--color-2: #CFE368;
--color-3: #ACE65B;
--color-4: #A1E77E;
}
colors: {
'palette-1': '#F4E971',
'palette-2': '#CFE368',
'palette-3': '#ACE65B',
'palette-4': '#A1E77E',
}
const palette = [
'#F4E971',
'#CFE368',
'#ACE65B',
'#A1E77E',
];
$color-1: #F4E971;
$color-2: #CFE368;
$color-3: #ACE65B;
$color-4: #A1E77E;
This is a balanced, high-energy 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, high-energy 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Yellow (#F4E971) and reads as bright and open, with an average saturation of 74% and lightness of 67%. It adapts to a wide range of web and brand projects.
The colors in this palette
Yellow #F4E971
rgb(244, 233, 113) · hsl(55, 86%, 70%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #CFE368
rgb(207, 227, 104) · hsl(70, 69%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #ACE65B
rgb(172, 230, 91) · hsl(85, 74%, 63%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #A1E77E
rgb(161, 231, 126) · hsl(100, 69%, 70%)
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 |
|---|---|---|---|---|
| #F4E971 | #ACE65B | 1.18:1 | Fail | Fail |
| #F4E971 | #A1E77E | 1.18:1 | Fail | Fail |
| #F4E971 | #CFE368 | 1.13:1 | Fail | Fail |
| #CFE368 | #ACE65B | 1.04:1 | Fail | Fail |
| #CFE368 | #A1E77E | 1.04:1 | Fail | Fail |
| #ACE65B | #A1E77E | 1:1 | Fail | Fail |
How to use these colors
- Background — Green (#A1E77E): the lightest tone — a clean base for large areas
- Text — Lime (#ACE65B): the darkest tone — readable for body copy and headings
- Primary — Yellow (#F4E971): the most saturated tone — buttons, links and key UI
- Accent — Lime (#ACE65B): 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 Yellow 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 (#F4E971), Lime (#CFE368), Lime (#ACE65B) and Green (#A1E77E).
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 #F4E971, #CFE368, #ACE65B and #A1E77E. 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.