Red & Blue, Violet Color Palette
:root {
--color-1: #6A8DEA;
--color-2: #683576;
--color-3: #EC8CF5;
--color-4: #F56C89;
}
colors: {
'palette-1': '#6A8DEA',
'palette-2': '#683576',
'palette-3': '#EC8CF5',
'palette-4': '#F56C89',
}
const palette = [
'#6A8DEA',
'#683576',
'#EC8CF5',
'#F56C89',
];
$color-1: #6A8DEA;
$color-2: #683576;
$color-3: #EC8CF5;
$color-4: #F56C89;
This is a cool, vibrant 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, vibrant 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Red (#F56C89) and reads as well balanced in lightness, with an average saturation of 71% and lightness of 61%. It works well for calm, professional and modern interfaces.
The colors in this palette
Blue #6A8DEA
rgb(106, 141, 234) · hsl(224, 75%, 67%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #683576
rgb(104, 53, 118) · hsl(287, 38%, 34%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Pink #EC8CF5
rgb(236, 140, 245) · hsl(295, 84%, 75%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #F56C89
rgb(245, 108, 137) · hsl(347, 87%, 69%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
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 |
|---|---|---|---|---|
| #683576 | #EC8CF5 | 4.08:1 | Fail | Fail |
| #683576 | #F56C89 | 3.13:1 | Fail | Fail |
| #6A8DEA | #683576 | 2.8:1 | Fail | Fail |
| #6A8DEA | #EC8CF5 | 1.46:1 | Fail | Fail |
| #EC8CF5 | #F56C89 | 1.3:1 | Fail | Fail |
| #6A8DEA | #F56C89 | 1.12:1 | Fail | Fail |
How to use these colors
- Background — Pink (#EC8CF5): the lightest tone — a clean base for large areas
- Text — Violet (#683576): the darkest tone — readable for body copy and headings
- Primary — Red (#F56C89): the most saturated tone — buttons, links and key UI
- Accent — Blue (#6A8DEA): 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: Blue (#6A8DEA), Violet (#683576), Pink (#EC8CF5) and Red (#F56C89).
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 #6A8DEA, #683576, #EC8CF5 and #F56C89. 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.