Green & Blue, Violet Color Palette
:root {
--color-1: #5B7FF1;
--color-2: #7C54DD;
--color-3: #63F5B0;
--color-4: #10C9AA;
}
colors: {
'palette-1': '#5B7FF1',
'palette-2': '#7C54DD',
'palette-3': '#63F5B0',
'palette-4': '#10C9AA',
}
const palette = [
'#5B7FF1',
'#7C54DD',
'#63F5B0',
'#10C9AA',
];
$color-1: #5B7FF1;
$color-2: #7C54DD;
$color-3: #63F5B0;
$color-4: #10C9AA;
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 (#63F5B0) and reads as well balanced in lightness, with an average saturation of 81% and lightness of 59%. It works well for calm, professional and modern interfaces.
The colors in this palette
Blue #5B7FF1
rgb(91, 127, 241) · hsl(226, 84%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #7C54DD
rgb(124, 84, 221) · hsl(258, 67%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #63F5B0
rgb(99, 245, 176) · hsl(152, 88%, 67%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #10C9AA
rgb(16, 201, 170) · hsl(170, 85%, 43%)
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 |
|---|---|---|---|---|
| #7C54DD | #63F5B0 | 3.65:1 | Fail | Fail |
| #5B7FF1 | #63F5B0 | 2.65:1 | Fail | Fail |
| #7C54DD | #10C9AA | 2.39:1 | Fail | Fail |
| #5B7FF1 | #10C9AA | 1.73:1 | Fail | Fail |
| #63F5B0 | #10C9AA | 1.53:1 | Fail | Fail |
| #5B7FF1 | #7C54DD | 1.38:1 | Fail | Fail |
How to use these colors
- Background — Green (#63F5B0): the lightest tone — a clean base for large areas
- Text — Teal (#10C9AA): the darkest tone — readable for body copy and headings
- Primary — Teal (#10C9AA): the most saturated tone — buttons, links and key UI
- Accent — Blue (#5B7FF1): 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 (#5B7FF1), Violet (#7C54DD), Green (#63F5B0) and Teal (#10C9AA).
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 #5B7FF1, #7C54DD, #63F5B0 and #10C9AA. 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.