Violet & Lime, Light Lime Color Palette
:root {
--color-1: #68A319;
--color-2: #CCEEA0;
--color-3: #5A0BC1;
--color-4: #AA85DB;
}
colors: {
'palette-1': '#68A319',
'palette-2': '#CCEEA0',
'palette-3': '#5A0BC1',
'palette-4': '#AA85DB',
}
const palette = [
'#68A319',
'#CCEEA0',
'#5A0BC1',
'#AA85DB',
];
$color-1: #68A319;
$color-2: #CCEEA0;
$color-3: #5A0BC1;
$color-4: #AA85DB;
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 (#5A0BC1) and reads as well balanced in lightness, with an average saturation of 72% and lightness of 56%. It works well for calm, professional and modern interfaces.
The colors in this palette
Lime #68A319
rgb(104, 163, 25) · hsl(86, 73%, 37%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Lime #CCEEA0
rgb(204, 238, 160) · hsl(86, 70%, 78%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #5A0BC1
rgb(90, 11, 193) · hsl(266, 89%, 40%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #AA85DB
rgb(170, 133, 219) · hsl(266, 54%, 69%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #CCEEA0 | #5A0BC1 | 7.24:1 | Pass | Pass |
| #5A0BC1 | #AA85DB | 3.15:1 | Fail | Fail |
| #68A319 | #5A0BC1 | 3.04:1 | Fail | Fail |
| #68A319 | #CCEEA0 | 2.38:1 | Fail | Fail |
| #CCEEA0 | #AA85DB | 2.3:1 | Fail | Fail |
| #68A319 | #AA85DB | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#CCEEA0): the lightest tone — a clean base for large areas
- Text — Lime (#68A319): the darkest tone — readable for body copy and headings
- Primary — Violet (#5A0BC1): the most saturated tone — buttons, links and key UI
- Accent — Lime (#68A319): 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: Lime (#68A319), Light Lime (#CCEEA0), Violet (#5A0BC1) and Violet (#AA85DB).
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 #68A319, #CCEEA0, #5A0BC1 and #AA85DB. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Light Lime text on Violet reaches a contrast ratio of 7.24:1, which meets the WCAG AAA standard for readable text.