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

Blue & Dark Blue, Teal Color Palette

#0A222F 10, 34, 47
#3A899C 58, 137, 156
#24454A 36, 69, 74
#69A1F5 105, 161, 245
#0A222F
Color 1
#3A899C
Color 2
#24454A
Color 3
#69A1F5
Color 4
:root {
  --color-1: #0A222F;
  --color-2: #3A899C;
  --color-3: #24454A;
  --color-4: #69A1F5;
}
colors: {
  'palette-1': '#0A222F',
  'palette-2': '#3A899C',
  'palette-3': '#24454A',
  'palette-4': '#69A1F5',
}
const palette = [
  '#0A222F',
  '#3A899C',
  '#24454A',
  '#69A1F5',
];
$color-1: #0A222F;
$color-2: #3A899C;
$color-3: #24454A;
$color-4: #69A1F5;
Palette Codes 4 COLORS

This is a cool, vibrant 4-colour palette with a comfortable balance of contrast and harmony.

677 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, vibrant 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Blue (#69A1F5) and reads as deep and moody, with an average saturation of 58% and lightness of 36%. It works well for calm, professional and modern interfaces.

The colors in this palette

Dark Blue #0A222F

rgb(10, 34, 47) · hsl(201, 65%, 11%)

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

Teal #3A899C

rgb(58, 137, 156) · hsl(192, 46%, 42%)

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

Dark Teal #24454A

rgb(36, 69, 74) · hsl(188, 35%, 22%)

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

Blue #69A1F5

rgb(105, 161, 245) · hsl(216, 88%, 69%)

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

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
#0A222F #69A1F5 6.25:1 Pass Fail
#0A222F #3A899C 4.08:1 Fail Fail
#24454A #69A1F5 3.96:1 Fail Fail
#3A899C #24454A 2.59:1 Fail Fail
#0A222F #24454A 1.58:1 Fail Fail
#3A899C #69A1F5 1.53:1 Fail Fail

How to use these colors

  • Background — Blue (#69A1F5): the lightest tone — a clean base for large areas
  • Text — Dark Blue (#0A222F): the darkest tone — readable for body copy and headings
  • Primary — Dark Blue (#0A222F): the most saturated tone — buttons, links and key UI
  • Accent — Teal (#3A899C): 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 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 (#0A222F), Teal (#3A899C), Dark Teal (#24454A) and Blue (#69A1F5).

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 #0A222F, #3A899C, #24454A and #69A1F5. 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 Blue reaches a contrast ratio of 6.25:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!