Blue & Violet, Green Color Palette
:root {
--color-1: #708FF5;
--color-2: #6128CB;
--color-3: #75F5AB;
--color-4: #1DDBD1;
}
colors: {
'palette-1': '#708FF5',
'palette-2': '#6128CB',
'palette-3': '#75F5AB',
'palette-4': '#1DDBD1',
}
const palette = [
'#708FF5',
'#6128CB',
'#75F5AB',
'#1DDBD1',
];
$color-1: #708FF5;
$color-2: #6128CB;
$color-3: #75F5AB;
$color-4: #1DDBD1;
This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, vibrant 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Blue (#708FF5) and reads as well balanced in lightness, with an average saturation of 79% and lightness of 59%. It works well for calm, professional and modern interfaces.
The colors in this palette
Blue #708FF5
rgb(112, 143, 245) · hsl(226, 87%, 70%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #6128CB
rgb(97, 40, 203) · hsl(261, 67%, 48%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #75F5AB
rgb(117, 245, 171) · hsl(145, 86%, 71%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #1DDBD1
rgb(29, 219, 209) · hsl(177, 77%, 49%)
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 |
|---|---|---|---|---|
| #6128CB | #75F5AB | 5.76:1 | Pass | Fail |
| #6128CB | #1DDBD1 | 4.53:1 | Pass | Fail |
| #708FF5 | #6128CB | 2.59:1 | Fail | Fail |
| #708FF5 | #75F5AB | 2.22:1 | Fail | Fail |
| #708FF5 | #1DDBD1 | 1.75:1 | Fail | Fail |
| #75F5AB | #1DDBD1 | 1.27:1 | Fail | Fail |
How to use these colors
- Background — Green (#75F5AB): the lightest tone — a clean base for large areas
- Text — Violet (#6128CB): the darkest tone — readable for body copy and headings
- Primary — Blue (#708FF5): the most saturated tone — buttons, links and key UI
- Accent — Teal (#1DDBD1): 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 Blue 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 (#708FF5), Violet (#6128CB), Green (#75F5AB) and Teal (#1DDBD1).
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 #708FF5, #6128CB, #75F5AB and #1DDBD1. 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.76:1, which meets the WCAG AA standard for readable text.