Red & Violet, Teal Color Palette
:root {
--color-1: #764493;
--color-2: #6BC5B9;
--color-3: #C6364A;
--color-4: #4D2B5F;
}
colors: {
'palette-1': '#764493',
'palette-2': '#6BC5B9',
'palette-3': '#C6364A',
'palette-4': '#4D2B5F',
}
const palette = [
'#764493',
'#6BC5B9',
'#C6364A',
'#4D2B5F',
];
$color-1: #764493;
$color-2: #6BC5B9;
$color-3: #C6364A;
$color-4: #4D2B5F;
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Red (#C6364A) and reads as well balanced in lightness, with an average saturation of 44% and lightness of 45%. It works well for calm, professional and modern interfaces.
The colors in this palette
Violet #764493
rgb(118, 68, 147) · hsl(278, 37%, 42%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #6BC5B9
rgb(107, 197, 185) · hsl(172, 44%, 60%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Red #C6364A
rgb(198, 54, 74) · hsl(352, 57%, 49%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Dark Violet #4D2B5F
rgb(77, 43, 95) · hsl(279, 38%, 27%)
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 |
|---|---|---|---|---|
| #6BC5B9 | #4D2B5F | 5.65:1 | Pass | Fail |
| #764493 | #6BC5B9 | 3.42:1 | Fail | Fail |
| #6BC5B9 | #C6364A | 2.56:1 | Fail | Fail |
| #C6364A | #4D2B5F | 2.21:1 | Fail | Fail |
| #764493 | #4D2B5F | 1.65:1 | Fail | Fail |
| #764493 | #C6364A | 1.33:1 | Fail | Fail |
How to use these colors
- Background — Teal (#6BC5B9): the lightest tone — a clean base for large areas
- Text — Dark Violet (#4D2B5F): the darkest tone — readable for body copy and headings
- Primary — Red (#C6364A): the most saturated tone — buttons, links and key UI
- Accent — Dark Violet (#4D2B5F): 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 (#764493), Teal (#6BC5B9), Red (#C6364A) and Dark Violet (#4D2B5F).
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 #764493, #6BC5B9, #C6364A and #4D2B5F. 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 Violet reaches a contrast ratio of 5.65:1, which meets the WCAG AA standard for readable text.