Violet & Orange, Green Color Palette
:root {
--color-1: #E29E55;
--color-2: #11D476;
--color-3: #922BF3;
--color-4: #ECE6DF;
}
colors: {
'palette-1': '#E29E55',
'palette-2': '#11D476',
'palette-3': '#922BF3',
'palette-4': '#ECE6DF',
}
const palette = [
'#E29E55',
'#11D476',
'#922BF3',
'#ECE6DF',
];
$color-1: #E29E55;
$color-2: #11D476;
$color-3: #922BF3;
$color-4: #ECE6DF;
This is a balanced, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a balanced, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Violet (#922BF3) and reads as well balanced in lightness, with an average saturation of 68% and lightness of 63%. It adapts to a wide range of web and brand projects.
The colors in this palette
Orange #E29E55
rgb(226, 158, 85) · hsl(31, 71%, 61%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #11D476
rgb(17, 212, 118) · hsl(151, 85%, 45%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #922BF3
rgb(146, 43, 243) · hsl(271, 89%, 56%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Orange #ECE6DF
rgb(236, 230, 223) · hsl(32, 25%, 90%)
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 |
|---|---|---|---|---|
| #922BF3 | #ECE6DF | 4.39:1 | Fail | Fail |
| #11D476 | #922BF3 | 2.77:1 | Fail | Fail |
| #E29E55 | #922BF3 | 2.4:1 | Fail | Fail |
| #E29E55 | #ECE6DF | 1.83:1 | Fail | Fail |
| #11D476 | #ECE6DF | 1.58:1 | Fail | Fail |
| #E29E55 | #11D476 | 1.16:1 | Fail | Fail |
How to use these colors
- Background — Light Orange (#ECE6DF): the lightest tone — a clean base for large areas
- Text — Green (#11D476): the darkest tone — readable for body copy and headings
- Primary — Violet (#922BF3): the most saturated tone — buttons, links and key UI
- Accent — Green (#11D476): 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: Orange (#E29E55), Green (#11D476), Violet (#922BF3) and Light Orange (#ECE6DF).
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 #E29E55, #11D476, #922BF3 and #ECE6DF. 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.