Dark Orange & Dark Green, Green Color Palette
:root {
--color-1: #125028;
--color-2: #441F0C;
--color-3: #50C28D;
--color-4: #3FC676;
}
colors: {
'palette-1': '#125028',
'palette-2': '#441F0C',
'palette-3': '#50C28D',
'palette-4': '#3FC676',
}
const palette = [
'#125028',
'#441F0C',
'#50C28D',
'#3FC676',
];
$color-1: #125028;
$color-2: #441F0C;
$color-3: #50C28D;
$color-4: #3FC676;
This is a cool, bold 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, bold 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Orange (#441F0C) and reads as deep and moody, with an average saturation of 59% and lightness of 35%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Green #125028
rgb(18, 80, 40) · hsl(141, 63%, 19%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Orange #441F0C
rgb(68, 31, 12) · hsl(20, 70%, 16%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Green #50C28D
rgb(80, 194, 141) · hsl(152, 48%, 54%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Green #3FC676
rgb(63, 198, 118) · hsl(144, 54%, 51%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #441F0C | #3FC676 | 6.6:1 | Pass | Fail |
| #441F0C | #50C28D | 6.53:1 | Pass | Fail |
| #125028 | #3FC676 | 4.33:1 | Fail | Fail |
| #125028 | #50C28D | 4.28:1 | Fail | Fail |
| #125028 | #441F0C | 1.52:1 | Fail | Fail |
| #50C28D | #3FC676 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Green (#50C28D): the lightest tone — a clean base for large areas
- Text — Dark Orange (#441F0C): the darkest tone — readable for body copy and headings
- Primary — Dark Orange (#441F0C): the most saturated tone — buttons, links and key UI
- Accent — Dark Green (#125028): 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 Dark 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: Dark Green (#125028), Dark Orange (#441F0C), Green (#50C28D) and Green (#3FC676).
Is this a warm or cool colour palette?
It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.
What are the hex codes for this palette?
The hex codes are #125028, #441F0C, #50C28D and #3FC676. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Orange text on Green reaches a contrast ratio of 6.6:1, which meets the WCAG AA standard for readable text.