Violet & Green, Violet Color Palette
:root {
--color-1: #55CC19;
--color-2: #B4E09E;
--color-3: #B017FD;
--color-4: #D3A2EB;
}
colors: {
'palette-1': '#55CC19',
'palette-2': '#B4E09E',
'palette-3': '#B017FD',
'palette-4': '#D3A2EB',
}
const palette = [
'#55CC19',
'#B4E09E',
'#B017FD',
'#D3A2EB',
];
$color-1: #55CC19;
$color-2: #B4E09E;
$color-3: #B017FD;
$color-4: #D3A2EB;
This is a cool, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Violet (#B017FD) and reads as well balanced in lightness, with an average saturation of 73% and lightness of 63%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #55CC19
rgb(85, 204, 25) · hsl(100, 78%, 45%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #B4E09E
rgb(180, 224, 158) · hsl(100, 52%, 75%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Violet #B017FD
rgb(176, 23, 253) · hsl(280, 98%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #D3A2EB
rgb(211, 162, 235) · hsl(280, 65%, 78%)
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 |
|---|---|---|---|---|
| #B4E09E | #B017FD | 3.21:1 | Fail | Fail |
| #B017FD | #D3A2EB | 2.31:1 | Fail | Fail |
| #55CC19 | #B017FD | 2.29:1 | Fail | Fail |
| #55CC19 | #B4E09E | 1.4:1 | Fail | Fail |
| #B4E09E | #D3A2EB | 1.39:1 | Fail | Fail |
| #55CC19 | #D3A2EB | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Violet (#D3A2EB): the lightest tone — a clean base for large areas
- Text — Green (#55CC19): the darkest tone — readable for body copy and headings
- Primary — Violet (#B017FD): the most saturated tone — buttons, links and key UI
- Accent — Green (#55CC19): 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 Violet 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: Green (#55CC19), Green (#B4E09E), Violet (#B017FD) and Violet (#D3A2EB).
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 #55CC19, #B4E09E, #B017FD and #D3A2EB. 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.