Lime & Lime, Violet Color Palette
:root {
--color-1: #BAFD12;
--color-2: #C2DC7F;
--color-3: #5A26DF;
--color-4: #805CDB;
}
colors: {
'palette-1': '#BAFD12',
'palette-2': '#C2DC7F',
'palette-3': '#5A26DF',
'palette-4': '#805CDB',
}
const palette = [
'#BAFD12',
'#C2DC7F',
'#5A26DF',
'#805CDB',
];
$color-1: #BAFD12;
$color-2: #C2DC7F;
$color-3: #5A26DF;
$color-4: #805CDB;
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Lime (#BAFD12) and reads as well balanced in lightness, with an average saturation of 73% and lightness of 58%. It works well for calm, professional and modern interfaces.
The colors in this palette
Lime #BAFD12
rgb(186, 253, 18) · hsl(77, 98%, 53%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #C2DC7F
rgb(194, 220, 127) · hsl(77, 57%, 68%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Violet #5A26DF
rgb(90, 38, 223) · hsl(257, 74%, 51%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #805CDB
rgb(128, 92, 219) · hsl(257, 64%, 61%)
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 |
|---|---|---|---|---|
| #BAFD12 | #5A26DF | 6.17:1 | Pass | Fail |
| #C2DC7F | #5A26DF | 4.98:1 | Pass | Fail |
| #BAFD12 | #805CDB | 3.83:1 | Fail | Fail |
| #C2DC7F | #805CDB | 3.09:1 | Fail | Fail |
| #5A26DF | #805CDB | 1.61:1 | Fail | Fail |
| #BAFD12 | #C2DC7F | 1.24:1 | Fail | Fail |
How to use these colors
- Background — Lime (#C2DC7F): the lightest tone — a clean base for large areas
- Text — Violet (#5A26DF): the darkest tone — readable for body copy and headings
- Primary — Lime (#BAFD12): the most saturated tone — buttons, links and key UI
- Accent — Violet (#5A26DF): 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 Lime 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 (#BAFD12), Lime (#C2DC7F), Violet (#5A26DF) and Violet (#805CDB).
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 #BAFD12, #C2DC7F, #5A26DF and #805CDB. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Lime text on Violet reaches a contrast ratio of 6.17:1, which meets the WCAG AA standard for readable text.