Green & Red, Violet Color Palette
:root {
--color-1: #C13D1F;
--color-2: #1CE941;
--color-3: #4028AF;
--color-4: #F0EBEA;
}
colors: {
'palette-1': '#C13D1F',
'palette-2': '#1CE941',
'palette-3': '#4028AF',
'palette-4': '#F0EBEA',
}
const palette = [
'#C13D1F',
'#1CE941',
'#4028AF',
'#F0EBEA',
];
$color-1: #C13D1F;
$color-2: #1CE941;
$color-3: #4028AF;
$color-4: #F0EBEA;
This is a balanced, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a balanced, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Green (#1CE941) and reads as well balanced in lightness, with an average saturation of 59% and lightness of 58%. It adapts to a wide range of web and brand projects.
The colors in this palette
Red #C13D1F
rgb(193, 61, 31) · hsl(11, 72%, 44%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #1CE941
rgb(28, 233, 65) · hsl(131, 82%, 51%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #4028AF
rgb(64, 40, 175) · hsl(251, 63%, 42%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Red #F0EBEA
rgb(240, 235, 234) · hsl(10, 17%, 93%)
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 |
|---|---|---|---|---|
| #4028AF | #F0EBEA | 8.3:1 | Pass | Pass |
| #1CE941 | #4028AF | 5.97:1 | Pass | Fail |
| #C13D1F | #F0EBEA | 4.49:1 | Fail | Fail |
| #C13D1F | #1CE941 | 3.23:1 | Fail | Fail |
| #C13D1F | #4028AF | 1.85:1 | Fail | Fail |
| #1CE941 | #F0EBEA | 1.39:1 | Fail | Fail |
How to use these colors
- Background — Light Red (#F0EBEA): the lightest tone — a clean base for large areas
- Text — Violet (#4028AF): the darkest tone — readable for body copy and headings
- Primary — Green (#1CE941): the most saturated tone — buttons, links and key UI
- Accent — Red (#C13D1F): 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: Red (#C13D1F), Green (#1CE941), Violet (#4028AF) and Light Red (#F0EBEA).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #C13D1F, #1CE941, #4028AF and #F0EBEA. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Violet text on Light Red reaches a contrast ratio of 8.3:1, which meets the WCAG AAA standard for readable text.