Lime & Orange, Yellow Color Palette
:root {
--color-1: #C48312;
--color-2: #E0CC38;
--color-3: #BAD411;
--color-4: #A0E92B;
}
colors: {
'palette-1': '#C48312',
'palette-2': '#E0CC38',
'palette-3': '#BAD411',
'palette-4': '#A0E92B',
}
const palette = [
'#C48312',
'#E0CC38',
'#BAD411',
'#A0E92B',
];
$color-1: #C48312;
$color-2: #E0CC38;
$color-3: #BAD411;
$color-4: #A0E92B;
This is a warm, bold 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, bold 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Lime (#BAD411) and reads as well balanced in lightness, with an average saturation of 81% and lightness of 49%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Orange #C48312
rgb(196, 131, 18) · hsl(38, 83%, 42%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #E0CC38
rgb(224, 204, 56) · hsl(53, 73%, 55%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #BAD411
rgb(186, 212, 17) · hsl(68, 85%, 45%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #A0E92B
rgb(160, 233, 43) · hsl(83, 81%, 54%)
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 |
|---|---|---|---|---|
| #C48312 | #A0E92B | 2.15:1 | Fail | Fail |
| #C48312 | #E0CC38 | 1.95:1 | Fail | Fail |
| #C48312 | #BAD411 | 1.9:1 | Fail | Fail |
| #BAD411 | #A0E92B | 1.13:1 | Fail | Fail |
| #E0CC38 | #A0E92B | 1.1:1 | Fail | Fail |
| #E0CC38 | #BAD411 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Yellow (#E0CC38): the lightest tone — a clean base for large areas
- Text — Orange (#C48312): the darkest tone — readable for body copy and headings
- Primary — Lime (#BAD411): the most saturated tone — buttons, links and key UI
- Accent — Orange (#C48312): 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: Orange (#C48312), Yellow (#E0CC38), Lime (#BAD411) and Lime (#A0E92B).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #C48312, #E0CC38, #BAD411 and #A0E92B. 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.