Lime & Yellow, Lime Color Palette
:root {
--color-1: #D5DD69;
--color-2: #8EBD28;
--color-3: #7CDD31;
--color-4: #60D246;
}
colors: {
'palette-1': '#D5DD69',
'palette-2': '#8EBD28',
'palette-3': '#7CDD31',
'palette-4': '#60D246',
}
const palette = [
'#D5DD69',
'#8EBD28',
'#7CDD31',
'#60D246',
];
$color-1: #D5DD69;
$color-2: #8EBD28;
$color-3: #7CDD31;
$color-4: #60D246;
This is a cool, bold 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, bold 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Lime (#7CDD31) and reads as well balanced in lightness, with an average saturation of 65% and lightness of 54%. It works well for calm, professional and modern interfaces.
The colors in this palette
Yellow #D5DD69
rgb(213, 221, 105) · hsl(64, 63%, 64%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #8EBD28
rgb(142, 189, 40) · hsl(79, 65%, 45%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #7CDD31
rgb(124, 221, 49) · hsl(94, 72%, 53%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #60D246
rgb(96, 210, 70) · hsl(109, 61%, 55%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #D5DD69 | #8EBD28 | 1.52:1 | Fail | Fail |
| #D5DD69 | #60D246 | 1.33:1 | Fail | Fail |
| #8EBD28 | #7CDD31 | 1.29:1 | Fail | Fail |
| #D5DD69 | #7CDD31 | 1.17:1 | Fail | Fail |
| #8EBD28 | #60D246 | 1.14:1 | Fail | Fail |
| #7CDD31 | #60D246 | 1.13:1 | Fail | Fail |
How to use these colors
- Background — Yellow (#D5DD69): the lightest tone — a clean base for large areas
- Text — Lime (#8EBD28): the darkest tone — readable for body copy and headings
- Primary — Lime (#7CDD31): the most saturated tone — buttons, links and key UI
- Accent — Lime (#8EBD28): 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 Lime 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 (#D5DD69), Lime (#8EBD28), Lime (#7CDD31) and Green (#60D246).
Is this a warm or cool colour palette?
It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.
What are the hex codes for this palette?
The hex codes are #D5DD69, #8EBD28, #7CDD31 and #60D246. 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.