Red & Violet, Teal Color Palette
:root {
--color-1: #6B3890;
--color-2: #6DCFCB;
--color-3: #A22B22;
--color-4: #5F2E6E;
}
colors: {
'palette-1': '#6B3890',
'palette-2': '#6DCFCB',
'palette-3': '#A22B22',
'palette-4': '#5F2E6E',
}
const palette = [
'#6B3890',
'#6DCFCB',
'#A22B22',
'#5F2E6E',
];
$color-1: #6B3890;
$color-2: #6DCFCB;
$color-3: #A22B22;
$color-4: #5F2E6E;
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Red (#A22B22) and reads as well balanced in lightness, with an average saturation of 50% and lightness of 43%. It works well for calm, professional and modern interfaces.
The colors in this palette
Violet #6B3890
rgb(107, 56, 144) · hsl(275, 44%, 39%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #6DCFCB
rgb(109, 207, 203) · hsl(178, 51%, 62%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Red #A22B22
rgb(162, 43, 34) · hsl(4, 65%, 38%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #5F2E6E
rgb(95, 46, 110) · hsl(286, 41%, 31%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #6DCFCB | #5F2E6E | 5.44:1 | Pass | Fail |
| #6B3890 | #6DCFCB | 4.41:1 | Fail | Fail |
| #6DCFCB | #A22B22 | 3.94:1 | Fail | Fail |
| #A22B22 | #5F2E6E | 1.38:1 | Fail | Fail |
| #6B3890 | #5F2E6E | 1.23:1 | Fail | Fail |
| #6B3890 | #A22B22 | 1.12:1 | Fail | Fail |
How to use these colors
- Background — Teal (#6DCFCB): the lightest tone — a clean base for large areas
- Text — Violet (#5F2E6E): the darkest tone — readable for body copy and headings
- Primary — Red (#A22B22): the most saturated tone — buttons, links and key UI
- Accent — Violet (#6B3890): 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 (#6B3890), Teal (#6DCFCB), Red (#A22B22) and Violet (#5F2E6E).
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 #6B3890, #6DCFCB, #A22B22 and #5F2E6E. 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 Violet reaches a contrast ratio of 5.44:1, which meets the WCAG AA standard for readable text.