Green & Orange, Violet Color Palette
:root {
--color-1: #EF9B4D;
--color-2: #1BEE81;
--color-3: #8123E7;
--color-4: #F5F2F0;
}
colors: {
'palette-1': '#EF9B4D',
'palette-2': '#1BEE81',
'palette-3': '#8123E7',
'palette-4': '#F5F2F0',
}
const palette = [
'#EF9B4D',
'#1BEE81',
'#8123E7',
'#F5F2F0',
];
$color-1: #EF9B4D;
$color-2: #1BEE81;
$color-3: #8123E7;
$color-4: #F5F2F0;
This is a balanced, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a balanced, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Green (#1BEE81) and reads as well balanced in lightness, with an average saturation of 67% and lightness of 65%. It adapts to a wide range of web and brand projects.
The colors in this palette
Orange #EF9B4D
rgb(239, 155, 77) · hsl(29, 84%, 62%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #1BEE81
rgb(27, 238, 129) · hsl(149, 86%, 52%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #8123E7
rgb(129, 35, 231) · hsl(269, 80%, 52%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Orange #F5F2F0
rgb(245, 242, 240) · hsl(24, 20%, 95%)
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 |
|---|---|---|---|---|
| #8123E7 | #F5F2F0 | 5.66:1 | Pass | Fail |
| #1BEE81 | #8123E7 | 4.08:1 | Fail | Fail |
| #EF9B4D | #8123E7 | 2.84:1 | Fail | Fail |
| #EF9B4D | #F5F2F0 | 1.99:1 | Fail | Fail |
| #EF9B4D | #1BEE81 | 1.44:1 | Fail | Fail |
| #1BEE81 | #F5F2F0 | 1.39:1 | Fail | Fail |
How to use these colors
- Background — Light Orange (#F5F2F0): the lightest tone — a clean base for large areas
- Text — Green (#1BEE81): the darkest tone — readable for body copy and headings
- Primary — Green (#1BEE81): the most saturated tone — buttons, links and key UI
- Accent — Orange (#EF9B4D): 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 Green 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 (#EF9B4D), Green (#1BEE81), Violet (#8123E7) and Light Orange (#F5F2F0).
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 #EF9B4D, #1BEE81, #8123E7 and #F5F2F0. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Violet text on Light Orange reaches a contrast ratio of 5.66:1, which meets the WCAG AA standard for readable text.