Dark Blue & Green, Teal Color Palette — PaletteCSS
Back to palettes

Dark Blue & Green, Teal Color Palette

#0A334B 10, 51, 75
#70B166 112, 177, 102
#1D843C 29, 132, 60
#74CCDC 116, 204, 220
#0A334B
Color 1
#70B166
Color 2
#1D843C
Color 3
#74CCDC
Color 4
:root {
  --color-1: #0A334B;
  --color-2: #70B166;
  --color-3: #1D843C;
  --color-4: #74CCDC;
}
colors: {
  'palette-1': '#0A334B',
  'palette-2': '#70B166',
  'palette-3': '#1D843C',
  'palette-4': '#74CCDC',
}
const palette = [
  '#0A334B',
  '#70B166',
  '#1D843C',
  '#74CCDC',
];
$color-1: #0A334B;
$color-2: #70B166;
$color-3: #1D843C;
$color-4: #74CCDC;
Palette Codes 4 COLORS

This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel.

856 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Blue (#0A334B) and reads as well balanced in lightness, with an average saturation of 58% and lightness of 42%. It works well for calm, professional and modern interfaces.

The colors in this palette

Dark Blue #0A334B

rgb(10, 51, 75) · hsl(202, 76%, 17%)

A deep, low-lightness tone — strong for text, headings and bold accents.

Green #70B166

rgb(112, 177, 102) · hsl(112, 32%, 55%)

A balanced mid-tone that works well for primary surfaces and UI elements.

Green #1D843C

rgb(29, 132, 60) · hsl(138, 64%, 32%)

A vivid, saturated tone that draws the eye — best for accents and highlights.

Teal #74CCDC

rgb(116, 204, 220) · hsl(189, 60%, 66%)

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).

TextBackgroundRatioAAAAA
#0A334B #74CCDC 7.19:1 Pass Pass
#0A334B #70B166 5.14:1 Pass Fail
#0A334B #1D843C 2.78:1 Fail Fail
#1D843C #74CCDC 2.58:1 Fail Fail
#70B166 #1D843C 1.85:1 Fail Fail
#70B166 #74CCDC 1.4:1 Fail Fail

How to use these colors

  • Background — Teal (#74CCDC): the lightest tone — a clean base for large areas
  • Text — Dark Blue (#0A334B): the darkest tone — readable for body copy and headings
  • Primary — Dark Blue (#0A334B): the most saturated tone — buttons, links and key UI
  • Accent — Green (#1D843C): 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 (#0A334B), Green (#70B166), Green (#1D843C) and Teal (#74CCDC).

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 #0A334B, #70B166, #1D843C and #74CCDC. 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 Teal reaches a contrast ratio of 7.19:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!