Dark Violet & Teal, Red Color Palette
:root {
--color-1: #560F6C;
--color-2: #268785;
--color-3: #A03330;
--color-4: #611756;
}
colors: {
'palette-1': '#560F6C',
'palette-2': '#268785',
'palette-3': '#A03330',
'palette-4': '#611756',
}
const palette = [
'#560F6C',
'#268785',
'#A03330',
'#611756',
];
$color-1: #560F6C;
$color-2: #268785;
$color-3: #A03330;
$color-4: #611756;
This is a balanced, high-energy 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a balanced, high-energy 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Violet (#560F6C) and reads as deep and moody, with an average saturation of 62% and lightness of 31%. It adapts to a wide range of web and brand projects.
The colors in this palette
Dark Violet #560F6C
rgb(86, 15, 108) · hsl(286, 76%, 24%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #268785
rgb(38, 135, 133) · hsl(179, 56%, 34%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Red #A03330
rgb(160, 51, 48) · hsl(2, 54%, 41%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Dark Pink #611756
rgb(97, 23, 86) · hsl(309, 62%, 24%)
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 |
|---|---|---|---|---|
| #560F6C | #268785 | 2.91:1 | Fail | Fail |
| #268785 | #611756 | 2.77:1 | Fail | Fail |
| #560F6C | #A03330 | 1.79:1 | Fail | Fail |
| #A03330 | #611756 | 1.71:1 | Fail | Fail |
| #268785 | #A03330 | 1.62:1 | Fail | Fail |
| #560F6C | #611756 | 1.05:1 | Fail | Fail |
How to use these colors
- Background — Red (#A03330): the lightest tone — a clean base for large areas
- Text — Dark Pink (#611756): the darkest tone — readable for body copy and headings
- Primary — Dark Violet (#560F6C): the most saturated tone — buttons, links and key UI
- Accent — Dark Pink (#611756): 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 (#560F6C), Teal (#268785), Red (#A03330) and Dark Pink (#611756).
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 #560F6C, #268785, #A03330 and #611756. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.