Yellow & Teal, Pink Color Palette
:root {
--color-1: #E4D31B;
--color-2: #5BDCD1;
--color-3: #CE1BDE;
--color-4: #EEEDE8;
}
colors: {
'palette-1': '#E4D31B',
'palette-2': '#5BDCD1',
'palette-3': '#CE1BDE',
'palette-4': '#EEEDE8',
}
const palette = [
'#E4D31B',
'#5BDCD1',
'#CE1BDE',
'#EEEDE8',
];
$color-1: #E4D31B;
$color-2: #5BDCD1;
$color-3: #CE1BDE;
$color-4: #EEEDE8;
This is a warm, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a warm, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Yellow (#E4D31B) and reads as well balanced in lightness, with an average saturation of 59% and lightness of 63%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Yellow #E4D31B
rgb(228, 211, 27) · hsl(55, 79%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #5BDCD1
rgb(91, 220, 209) · hsl(175, 65%, 61%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #CE1BDE
rgb(206, 27, 222) · hsl(295, 78%, 49%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Yellow #EEEDE8
rgb(238, 237, 232) · hsl(50, 15%, 92%)
A light, airy tone — ideal for backgrounds and subtle fills.
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 |
|---|---|---|---|---|
| #CE1BDE | #EEEDE8 | 3.7:1 | Fail | Fail |
| #E4D31B | #CE1BDE | 2.82:1 | Fail | Fail |
| #5BDCD1 | #CE1BDE | 2.61:1 | Fail | Fail |
| #5BDCD1 | #EEEDE8 | 1.42:1 | Fail | Fail |
| #E4D31B | #EEEDE8 | 1.31:1 | Fail | Fail |
| #E4D31B | #5BDCD1 | 1.08:1 | Fail | Fail |
How to use these colors
- Background — Light Yellow (#EEEDE8): the lightest tone — a clean base for large areas
- Text — Pink (#CE1BDE): the darkest tone — readable for body copy and headings
- Primary — Yellow (#E4D31B): the most saturated tone — buttons, links and key UI
- Accent — Pink (#CE1BDE): 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 (#E4D31B), Teal (#5BDCD1), Pink (#CE1BDE) and Light Yellow (#EEEDE8).
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 #E4D31B, #5BDCD1, #CE1BDE and #EEEDE8. 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.