Violet & Green, Light Violet Color Palette
:root {
--color-1: #4CB011;
--color-2: #B9EF9A;
--color-3: #7A01C1;
--color-4: #D59FF4;
}
colors: {
'palette-1': '#4CB011',
'palette-2': '#B9EF9A',
'palette-3': '#7A01C1',
'palette-4': '#D59FF4',
}
const palette = [
'#4CB011',
'#B9EF9A',
'#7A01C1',
'#D59FF4',
];
$color-1: #4CB011;
$color-2: #B9EF9A;
$color-3: #7A01C1;
$color-4: #D59FF4;
This is a cool, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Violet (#7A01C1) and reads as well balanced in lightness, with an average saturation of 83% and lightness of 58%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #4CB011
rgb(76, 176, 17) · hsl(98, 82%, 38%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #B9EF9A
rgb(185, 239, 154) · hsl(98, 73%, 77%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #7A01C1
rgb(122, 1, 193) · hsl(278, 99%, 38%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Violet #D59FF4
rgb(213, 159, 244) · hsl(278, 79%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
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 |
|---|---|---|---|---|
| #B9EF9A | #7A01C1 | 6.1:1 | Pass | Fail |
| #7A01C1 | #D59FF4 | 3.88:1 | Fail | Fail |
| #4CB011 | #7A01C1 | 2.89:1 | Fail | Fail |
| #4CB011 | #B9EF9A | 2.11:1 | Fail | Fail |
| #B9EF9A | #D59FF4 | 1.57:1 | Fail | Fail |
| #4CB011 | #D59FF4 | 1.34:1 | Fail | Fail |
How to use these colors
- Background — Light Violet (#D59FF4): the lightest tone — a clean base for large areas
- Text — Green (#4CB011): the darkest tone — readable for body copy and headings
- Primary — Violet (#7A01C1): the most saturated tone — buttons, links and key UI
- Accent — Green (#4CB011): 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 (#4CB011), Green (#B9EF9A), Violet (#7A01C1) and Light Violet (#D59FF4).
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 #4CB011, #B9EF9A, #7A01C1 and #D59FF4. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Green text on Violet reaches a contrast ratio of 6.1:1, which meets the WCAG AA standard for readable text.