Red & Violet, Teal Color Palette
:root {
--color-1: #73439C;
--color-2: #4EAAB5;
--color-3: #A52B2D;
--color-4: #48144A;
}
colors: {
'palette-1': '#73439C',
'palette-2': '#4EAAB5',
'palette-3': '#A52B2D',
'palette-4': '#48144A',
}
const palette = [
'#73439C',
'#4EAAB5',
'#A52B2D',
'#48144A',
];
$color-1: #73439C;
$color-2: #4EAAB5;
$color-3: #A52B2D;
$color-4: #48144A;
This is a balanced, easygoing 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a balanced, easygoing 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Red (#A52B2D) and reads as well balanced in lightness, with an average saturation of 49% and lightness of 38%. It adapts to a wide range of web and brand projects.
The colors in this palette
Violet #73439C
rgb(115, 67, 156) · hsl(272, 40%, 44%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #4EAAB5
rgb(78, 170, 181) · hsl(186, 41%, 51%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Red #A52B2D
rgb(165, 43, 45) · hsl(359, 59%, 41%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Dark Pink #48144A
rgb(72, 20, 74) · hsl(298, 57%, 18%)
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 |
|---|---|---|---|---|
| #4EAAB5 | #48144A | 5.25:1 | Pass | Fail |
| #4EAAB5 | #A52B2D | 2.59:1 | Fail | Fail |
| #73439C | #4EAAB5 | 2.57:1 | Fail | Fail |
| #73439C | #48144A | 2.04:1 | Fail | Fail |
| #A52B2D | #48144A | 2.02:1 | Fail | Fail |
| #73439C | #A52B2D | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Teal (#4EAAB5): the lightest tone — a clean base for large areas
- Text — Dark Pink (#48144A): the darkest tone — readable for body copy and headings
- Primary — Red (#A52B2D): the most saturated tone — buttons, links and key UI
- Accent — Dark Pink (#48144A): 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 (#73439C), Teal (#4EAAB5), Red (#A52B2D) and Dark Pink (#48144A).
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 #73439C, #4EAAB5, #A52B2D and #48144A. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Teal text on Dark Pink reaches a contrast ratio of 5.25:1, which meets the WCAG AA standard for readable text.