Dark Violet & Teal, Red Color Palette
:root {
--color-1: #3B0A5F;
--color-2: #7DD1C0;
--color-3: #9F1A2F;
--color-4: #480A49;
}
colors: {
'palette-1': '#3B0A5F',
'palette-2': '#7DD1C0',
'palette-3': '#9F1A2F',
'palette-4': '#480A49',
}
const palette = [
'#3B0A5F',
'#7DD1C0',
'#9F1A2F',
'#480A49',
];
$color-1: #3B0A5F;
$color-2: #7DD1C0;
$color-3: #9F1A2F;
$color-4: #480A49;
This is a balanced, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a balanced, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Dark Violet (#3B0A5F) and reads as deep and moody, with an average saturation of 69% and lightness of 35%. It adapts to a wide range of web and brand projects.
The colors in this palette
Dark Violet #3B0A5F
rgb(59, 10, 95) · hsl(275, 81%, 21%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #7DD1C0
rgb(125, 209, 192) · hsl(168, 48%, 65%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Red #9F1A2F
rgb(159, 26, 47) · hsl(351, 72%, 36%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Dark Pink #480A49
rgb(72, 10, 73) · hsl(299, 76%, 16%)
A deep, low-lightness tone — strong for text, headings and bold accents.
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 |
|---|---|---|---|---|
| #3B0A5F | #7DD1C0 | 8.43:1 | Pass | Pass |
| #7DD1C0 | #480A49 | 8.31:1 | Pass | Pass |
| #7DD1C0 | #9F1A2F | 4.41:1 | Fail | Fail |
| #3B0A5F | #9F1A2F | 1.91:1 | Fail | Fail |
| #9F1A2F | #480A49 | 1.88:1 | Fail | Fail |
| #3B0A5F | #480A49 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Teal (#7DD1C0): the lightest tone — a clean base for large areas
- Text — Dark Pink (#480A49): the darkest tone — readable for body copy and headings
- Primary — Dark Violet (#3B0A5F): the most saturated tone — buttons, links and key UI
- Accent — Dark Pink (#480A49): 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 Violet 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 (#3B0A5F), Teal (#7DD1C0), Red (#9F1A2F) and Dark Pink (#480A49).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #3B0A5F, #7DD1C0, #9F1A2F and #480A49. 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 Teal reaches a contrast ratio of 8.43:1, which meets the WCAG AAA standard for readable text.