Teal & Black, Dark Violet Color Palette
:root {
--color-1: #0A0A0A;
--color-2: #3C394A;
--color-3: #0A2E42;
--color-4: #10BEAA;
}
colors: {
'palette-1': '#0A0A0A',
'palette-2': '#3C394A',
'palette-3': '#0A2E42',
'palette-4': '#10BEAA',
}
const palette = [
'#0A0A0A',
'#3C394A',
'#0A2E42',
'#10BEAA',
];
$color-1: #0A0A0A;
$color-2: #3C394A;
$color-3: #0A2E42;
$color-4: #10BEAA;
This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Teal (#10BEAA) and reads as deep and moody, with an average saturation of 43% and lightness of 21%. It works well for calm, professional and modern interfaces.
The colors in this palette
Black #0A0A0A
rgb(10, 10, 10) · hsl(0, 0%, 4%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Violet #3C394A
rgb(60, 57, 74) · hsl(251, 13%, 26%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Blue #0A2E42
rgb(10, 46, 66) · hsl(201, 74%, 15%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #10BEAA
rgb(16, 190, 170) · hsl(173, 84%, 40%)
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).
| Text | Background | Ratio | AA | AAA |
|---|---|---|---|---|
| #0A0A0A | #10BEAA | 8.45:1 | Pass | Pass |
| #0A2E42 | #10BEAA | 6.05:1 | Pass | Fail |
| #3C394A | #10BEAA | 4.78:1 | Pass | Fail |
| #0A0A0A | #3C394A | 1.77:1 | Fail | Fail |
| #0A0A0A | #0A2E42 | 1.4:1 | Fail | Fail |
| #3C394A | #0A2E42 | 1.27:1 | Fail | Fail |
How to use these colors
- Background — Teal (#10BEAA): the lightest tone — a clean base for large areas
- Text — Black (#0A0A0A): the darkest tone — readable for body copy and headings
- Primary — Dark Blue (#0A2E42): the most saturated tone — buttons, links and key UI
- Accent — Dark Violet (#3C394A): 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 Teal 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: Black (#0A0A0A), Dark Violet (#3C394A), Dark Blue (#0A2E42) and Teal (#10BEAA).
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 #0A0A0A, #3C394A, #0A2E42 and #10BEAA. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Black text on Teal reaches a contrast ratio of 8.45:1, which meets the WCAG AAA standard for readable text.