Dark Blue & Muted Green, Green Color Palette
:root {
--color-1: #0A2A3F;
--color-2: #71A776;
--color-3: #2A7F32;
--color-4: #3391A8;
}
colors: {
'palette-1': '#0A2A3F',
'palette-2': '#71A776',
'palette-3': '#2A7F32',
'palette-4': '#3391A8',
}
const palette = [
'#0A2A3F',
'#71A776',
'#2A7F32',
'#3391A8',
];
$color-1: #0A2A3F;
$color-2: #71A776;
$color-3: #2A7F32;
$color-4: #3391A8;
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Blue (#0A2A3F) and reads as well balanced in lightness, with an average saturation of 50% and lightness of 36%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Blue #0A2A3F
rgb(10, 42, 63) · hsl(204, 73%, 14%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Green #71A776
rgb(113, 167, 118) · hsl(126, 23%, 55%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Green #2A7F32
rgb(42, 127, 50) · hsl(126, 50%, 33%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #3391A8
rgb(51, 145, 168) · hsl(192, 53%, 43%)
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 |
|---|---|---|---|---|
| #0A2A3F | #71A776 | 5.29:1 | Pass | Fail |
| #0A2A3F | #3391A8 | 4.07:1 | Fail | Fail |
| #0A2A3F | #2A7F32 | 2.95:1 | Fail | Fail |
| #71A776 | #2A7F32 | 1.79:1 | Fail | Fail |
| #2A7F32 | #3391A8 | 1.38:1 | Fail | Fail |
| #71A776 | #3391A8 | 1.3:1 | Fail | Fail |
How to use these colors
- Background — Muted Green (#71A776): the lightest tone — a clean base for large areas
- Text — Dark Blue (#0A2A3F): the darkest tone — readable for body copy and headings
- Primary — Dark Blue (#0A2A3F): the most saturated tone — buttons, links and key UI
- Accent — Teal (#3391A8): 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 Blue 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 Blue (#0A2A3F), Muted Green (#71A776), Green (#2A7F32) and Teal (#3391A8).
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 #0A2A3F, #71A776, #2A7F32 and #3391A8. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Blue text on Muted Green reaches a contrast ratio of 5.29:1, which meets the WCAG AA standard for readable text.