Orange & Green, Violet Color Palette
:root {
--color-1: #ED4C0C;
--color-2: #27AA4C;
--color-3: #6136CE;
--color-4: #EEE5E2;
}
colors: {
'palette-1': '#ED4C0C',
'palette-2': '#27AA4C',
'palette-3': '#6136CE',
'palette-4': '#EEE5E2',
}
const palette = [
'#ED4C0C',
'#27AA4C',
'#6136CE',
'#EEE5E2',
];
$color-1: #ED4C0C;
$color-2: #27AA4C;
$color-3: #6136CE;
$color-4: #EEE5E2;
This is a balanced, bold 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a balanced, bold 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Orange (#ED4C0C) and reads as well balanced in lightness, with an average saturation of 60% and lightness of 58%. It adapts to a wide range of web and brand projects.
The colors in this palette
Orange #ED4C0C
rgb(237, 76, 12) · hsl(17, 90%, 49%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #27AA4C
rgb(39, 170, 76) · hsl(137, 63%, 41%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #6136CE
rgb(97, 54, 206) · hsl(257, 61%, 51%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Orange #EEE5E2
rgb(238, 229, 226) · hsl(15, 26%, 91%)
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 |
|---|---|---|---|---|
| #6136CE | #EEE5E2 | 5.79:1 | Pass | Fail |
| #ED4C0C | #EEE5E2 | 3:1 | Fail | Fail |
| #27AA4C | #EEE5E2 | 2.44:1 | Fail | Fail |
| #27AA4C | #6136CE | 2.37:1 | Fail | Fail |
| #ED4C0C | #6136CE | 1.93:1 | Fail | Fail |
| #ED4C0C | #27AA4C | 1.23:1 | Fail | Fail |
How to use these colors
- Background — Light Orange (#EEE5E2): the lightest tone — a clean base for large areas
- Text — Green (#27AA4C): the darkest tone — readable for body copy and headings
- Primary — Orange (#ED4C0C): the most saturated tone — buttons, links and key UI
- Accent — Green (#27AA4C): 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 Orange 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 (#ED4C0C), Green (#27AA4C), Violet (#6136CE) and Light Orange (#EEE5E2).
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 #ED4C0C, #27AA4C, #6136CE and #EEE5E2. 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.79:1, which meets the WCAG AA standard for readable text.