Light Yellow & Orange, Teal Color Palette
:root {
--color-1: #FFECBD;
--color-2: #D48D3B;
--color-3: #00F0D9;
--color-4: #A69528;
}
colors: {
'palette-1': '#FFECBD',
'palette-2': '#D48D3B',
'palette-3': '#00F0D9',
'palette-4': '#A69528',
}
const palette = [
'#FFECBD',
'#D48D3B',
'#00F0D9',
'#A69528',
];
$color-1: #FFECBD;
$color-2: #D48D3B;
$color-3: #00F0D9;
$color-4: #A69528;
This is a warm, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a warm, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Light Yellow (#FFECBD) and reads as well balanced in lightness, with an average saturation of 81% and lightness of 57%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Yellow #FFECBD
rgb(255, 236, 189) · hsl(43, 100%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Orange #D48D3B
rgb(212, 141, 59) · hsl(32, 64%, 53%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #00F0D9
rgb(0, 240, 217) · hsl(174, 100%, 47%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #A69528
rgb(166, 149, 40) · hsl(52, 61%, 40%)
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 |
|---|---|---|---|---|
| #FFECBD | #A69528 | 2.59:1 | Fail | Fail |
| #FFECBD | #D48D3B | 2.34:1 | Fail | Fail |
| #00F0D9 | #A69528 | 2.08:1 | Fail | Fail |
| #D48D3B | #00F0D9 | 1.89:1 | Fail | Fail |
| #FFECBD | #00F0D9 | 1.24:1 | Fail | Fail |
| #D48D3B | #A69528 | 1.1:1 | Fail | Fail |
How to use these colors
- Background — Light Yellow (#FFECBD): the lightest tone — a clean base for large areas
- Text — Yellow (#A69528): the darkest tone — readable for body copy and headings
- Primary — Teal (#00F0D9): the most saturated tone — buttons, links and key UI
- Accent — Orange (#D48D3B): 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 Light 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: Light Yellow (#FFECBD), Orange (#D48D3B), Teal (#00F0D9) and Yellow (#A69528).
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 #FFECBD, #D48D3B, #00F0D9 and #A69528. 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.