Red & Violet, Teal Color Palette
:root {
--color-1: #572775;
--color-2: #3D987D;
--color-3: #D4583E;
--color-4: #531549;
}
colors: {
'palette-1': '#572775',
'palette-2': '#3D987D',
'palette-3': '#D4583E',
'palette-4': '#531549',
}
const palette = [
'#572775',
'#3D987D',
'#D4583E',
'#531549',
];
$color-1: #572775;
$color-2: #3D987D;
$color-3: #D4583E;
$color-4: #531549;
This is a balanced, balanced 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a balanced, balanced 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Red (#D4583E) and reads as well balanced in lightness, with an average saturation of 54% and lightness of 37%. It adapts to a wide range of web and brand projects.
The colors in this palette
Violet #572775
rgb(87, 39, 117) · hsl(277, 50%, 31%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #3D987D
rgb(61, 152, 125) · hsl(162, 43%, 42%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Red #D4583E
rgb(212, 88, 62) · hsl(10, 64%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Dark Pink #531549
rgb(83, 21, 73) · hsl(310, 60%, 20%)
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 |
|---|---|---|---|---|
| #3D987D | #531549 | 3.81:1 | Fail | Fail |
| #D4583E | #531549 | 3.35:1 | Fail | Fail |
| #572775 | #3D987D | 3.07:1 | Fail | Fail |
| #572775 | #D4583E | 2.7:1 | Fail | Fail |
| #572775 | #531549 | 1.24:1 | Fail | Fail |
| #3D987D | #D4583E | 1.14:1 | Fail | Fail |
How to use these colors
- Background — Red (#D4583E): the lightest tone — a clean base for large areas
- Text — Dark Pink (#531549): the darkest tone — readable for body copy and headings
- Primary — Dark Pink (#531549): the most saturated tone — buttons, links and key UI
- Accent — Violet (#572775): 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 Red 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: Violet (#572775), Teal (#3D987D), Red (#D4583E) and Dark Pink (#531549).
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 #572775, #3D987D, #D4583E and #531549. 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.