Green & Blue, Violet Color Palette
:root {
--color-1: #307BD3;
--color-2: #AE73F5;
--color-3: #6AF5A1;
--color-4: #1AE3B6;
}
colors: {
'palette-1': '#307BD3',
'palette-2': '#AE73F5',
'palette-3': '#6AF5A1',
'palette-4': '#1AE3B6',
}
const palette = [
'#307BD3',
'#AE73F5',
'#6AF5A1',
'#1AE3B6',
];
$color-1: #307BD3;
$color-2: #AE73F5;
$color-3: #6AF5A1;
$color-4: #1AE3B6;
This is a cool, bold 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, bold 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Green (#6AF5A1) and reads as well balanced in lightness, with an average saturation of 80% and lightness of 60%. It works well for calm, professional and modern interfaces.
The colors in this palette
Blue #307BD3
rgb(48, 123, 211) · hsl(212, 65%, 51%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #AE73F5
rgb(174, 115, 245) · hsl(267, 87%, 71%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #6AF5A1
rgb(106, 245, 161) · hsl(144, 87%, 69%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #1AE3B6
rgb(26, 227, 182) · hsl(167, 79%, 50%)
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 |
|---|---|---|---|---|
| #307BD3 | #6AF5A1 | 3.1:1 | Fail | Fail |
| #307BD3 | #1AE3B6 | 2.59:1 | Fail | Fail |
| #AE73F5 | #6AF5A1 | 2.31:1 | Fail | Fail |
| #AE73F5 | #1AE3B6 | 1.93:1 | Fail | Fail |
| #307BD3 | #AE73F5 | 1.34:1 | Fail | Fail |
| #6AF5A1 | #1AE3B6 | 1.2:1 | Fail | Fail |
How to use these colors
- Background — Violet (#AE73F5): the lightest tone — a clean base for large areas
- Text — Teal (#1AE3B6): the darkest tone — readable for body copy and headings
- Primary — Green (#6AF5A1): the most saturated tone — buttons, links and key UI
- Accent — Teal (#1AE3B6): 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 Green 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 (#307BD3), Violet (#AE73F5), Green (#6AF5A1) and Teal (#1AE3B6).
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 #307BD3, #AE73F5, #6AF5A1 and #1AE3B6. 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.