Violet & Yellow, Teal Color Palette
:root {
--color-1: #D0A635;
--color-2: #26C99E;
--color-3: #C54CF0;
--color-4: #E7E2D4;
}
colors: {
'palette-1': '#D0A635',
'palette-2': '#26C99E',
'palette-3': '#C54CF0',
'palette-4': '#E7E2D4',
}
const palette = [
'#D0A635',
'#26C99E',
'#C54CF0',
'#E7E2D4',
];
$color-1: #D0A635;
$color-2: #26C99E;
$color-3: #C54CF0;
$color-4: #E7E2D4;
This is a balanced, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a balanced, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Violet (#C54CF0) and reads as well balanced in lightness, with an average saturation of 61% and lightness of 62%. It adapts to a wide range of web and brand projects.
The colors in this palette
Yellow #D0A635
rgb(208, 166, 53) · hsl(44, 62%, 51%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #26C99E
rgb(38, 201, 158) · hsl(164, 68%, 47%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #C54CF0
rgb(197, 76, 240) · hsl(284, 85%, 62%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Yellow #E7E2D4
rgb(231, 226, 212) · hsl(44, 28%, 87%)
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 |
|---|---|---|---|---|
| #C54CF0 | #E7E2D4 | 2.86:1 | Fail | Fail |
| #D0A635 | #E7E2D4 | 1.77:1 | Fail | Fail |
| #26C99E | #C54CF0 | 1.75:1 | Fail | Fail |
| #26C99E | #E7E2D4 | 1.63:1 | Fail | Fail |
| #D0A635 | #C54CF0 | 1.62:1 | Fail | Fail |
| #D0A635 | #26C99E | 1.08:1 | Fail | Fail |
How to use these colors
- Background — Light Yellow (#E7E2D4): the lightest tone — a clean base for large areas
- Text — Teal (#26C99E): the darkest tone — readable for body copy and headings
- Primary — Violet (#C54CF0): the most saturated tone — buttons, links and key UI
- Accent — Teal (#26C99E): 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 Violet 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 (#D0A635), Teal (#26C99E), Violet (#C54CF0) and Light Yellow (#E7E2D4).
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 #D0A635, #26C99E, #C54CF0 and #E7E2D4. 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.