Green & Blue, Violet Color Palette
:root {
--color-1: #6D91F4;
--color-2: #9972F4;
--color-3: #60F5A5;
--color-4: #22E2C5;
}
colors: {
'palette-1': '#6D91F4',
'palette-2': '#9972F4',
'palette-3': '#60F5A5',
'palette-4': '#22E2C5',
}
const palette = [
'#6D91F4',
'#9972F4',
'#60F5A5',
'#22E2C5',
];
$color-1: #6D91F4;
$color-2: #9972F4;
$color-3: #60F5A5;
$color-4: #22E2C5;
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 (#60F5A5) and reads as well balanced in lightness, with an average saturation of 84% and lightness of 64%. It works well for calm, professional and modern interfaces.
The colors in this palette
Blue #6D91F4
rgb(109, 145, 244) · hsl(224, 86%, 69%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #9972F4
rgb(153, 114, 244) · hsl(258, 86%, 70%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #60F5A5
rgb(96, 245, 165) · hsl(148, 88%, 67%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #22E2C5
rgb(34, 226, 197) · hsl(171, 77%, 51%)
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 |
|---|---|---|---|---|
| #9972F4 | #60F5A5 | 2.49:1 | Fail | Fail |
| #6D91F4 | #60F5A5 | 2.16:1 | Fail | Fail |
| #9972F4 | #22E2C5 | 2.1:1 | Fail | Fail |
| #6D91F4 | #22E2C5 | 1.82:1 | Fail | Fail |
| #60F5A5 | #22E2C5 | 1.18:1 | Fail | Fail |
| #6D91F4 | #9972F4 | 1.15:1 | Fail | Fail |
How to use these colors
- Background — Violet (#9972F4): the lightest tone — a clean base for large areas
- Text — Teal (#22E2C5): the darkest tone — readable for body copy and headings
- Primary — Green (#60F5A5): the most saturated tone — buttons, links and key UI
- Accent — Blue (#6D91F4): 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 (#6D91F4), Violet (#9972F4), Green (#60F5A5) and Teal (#22E2C5).
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 #6D91F4, #9972F4, #60F5A5 and #22E2C5. 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.