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

Blue & Dark Violet, Teal Color Palette

#3E3650 62, 54, 80
#4AACEF 74, 172, 239
#45D3B8 69, 211, 184
#F5F5F5 245, 245, 245
#3E3650
Color 1
#4AACEF
Color 2
#45D3B8
Color 3
#F5F5F5
Color 4
:root {
  --color-1: #3E3650;
  --color-2: #4AACEF;
  --color-3: #45D3B8;
  --color-4: #F5F5F5;
}
colors: {
  'palette-1': '#3E3650',
  'palette-2': '#4AACEF',
  'palette-3': '#45D3B8',
  'palette-4': '#F5F5F5',
}
const palette = [
  '#3E3650',
  '#4AACEF',
  '#45D3B8',
  '#F5F5F5',
];
$color-1: #3E3650;
$color-2: #4AACEF;
$color-3: #45D3B8;
$color-4: #F5F5F5;
Palette Codes 4 COLORS

This is a cool, versatile 4-colour palette that combines high-contrast tones for a bold, dynamic look.

1,030 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, versatile 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Blue (#4AACEF) and reads as well balanced in lightness, with an average saturation of 41% and lightness of 60%. It works well for calm, professional and modern interfaces.

The colors in this palette

Dark Violet #3E3650

rgb(62, 54, 80) · hsl(258, 19%, 26%)

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

Blue #4AACEF

rgb(74, 172, 239) · hsl(204, 84%, 61%)

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

Teal #45D3B8

rgb(69, 211, 184) · hsl(169, 62%, 55%)

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

White #F5F5F5

rgb(245, 245, 245) · hsl(0, 0%, 96%)

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

TextBackgroundRatioAAAAA
#3E3650 #F5F5F5 10.42:1 Pass Pass
#3E3650 #45D3B8 6.09:1 Pass Fail
#3E3650 #4AACEF 4.57:1 Pass Fail
#4AACEF #F5F5F5 2.28:1 Fail Fail
#45D3B8 #F5F5F5 1.71:1 Fail Fail
#4AACEF #45D3B8 1.33:1 Fail Fail

How to use these colors

  • Background — White (#F5F5F5): the lightest tone — a clean base for large areas
  • Text — Dark Violet (#3E3650): the darkest tone — readable for body copy and headings
  • Primary — Blue (#4AACEF): the most saturated tone — buttons, links and key UI
  • Accent — Teal (#45D3B8): 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 Violet (#3E3650), Blue (#4AACEF), Teal (#45D3B8) and White (#F5F5F5).

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 #3E3650, #4AACEF, #45D3B8 and #F5F5F5. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.

Is this palette accessible for text?

Yes — Dark Violet text on White reaches a contrast ratio of 10.42:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!