Green & Blue, Violet Color Palette
:root {
--color-1: #7996F5;
--color-2: #602BC6;
--color-3: #68F5AD;
--color-4: #23E3B5;
}
colors: {
'palette-1': '#7996F5',
'palette-2': '#602BC6',
'palette-3': '#68F5AD',
'palette-4': '#23E3B5',
}
const palette = [
'#7996F5',
'#602BC6',
'#68F5AD',
'#23E3B5',
];
$color-1: #7996F5;
$color-2: #602BC6;
$color-3: #68F5AD;
$color-4: #23E3B5;
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 (#68F5AD) and reads as well balanced in lightness, with an average saturation of 79% and lightness of 60%. It works well for calm, professional and modern interfaces.
The colors in this palette
Blue #7996F5
rgb(121, 150, 245) · hsl(226, 86%, 72%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #602BC6
rgb(96, 43, 198) · hsl(261, 64%, 47%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #68F5AD
rgb(104, 245, 173) · hsl(149, 88%, 68%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #23E3B5
rgb(35, 227, 181) · hsl(166, 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 |
|---|---|---|---|---|
| #602BC6 | #68F5AD | 5.74:1 | Pass | Fail |
| #602BC6 | #23E3B5 | 4.79:1 | Pass | Fail |
| #7996F5 | #602BC6 | 2.82:1 | Fail | Fail |
| #7996F5 | #68F5AD | 2.04:1 | Fail | Fail |
| #7996F5 | #23E3B5 | 1.7:1 | Fail | Fail |
| #68F5AD | #23E3B5 | 1.2:1 | Fail | Fail |
How to use these colors
- Background — Blue (#7996F5): the lightest tone — a clean base for large areas
- Text — Violet (#602BC6): the darkest tone — readable for body copy and headings
- Primary — Green (#68F5AD): the most saturated tone — buttons, links and key UI
- Accent — Teal (#23E3B5): 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 (#7996F5), Violet (#602BC6), Green (#68F5AD) and Teal (#23E3B5).
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 #7996F5, #602BC6, #68F5AD and #23E3B5. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Violet text on Green reaches a contrast ratio of 5.74:1, which meets the WCAG AA standard for readable text.