Blue & Green, Pink Color Palette
:root {
--color-1: #72DC4C;
--color-2: #0D4AF2;
--color-3: #F33F6F;
--color-4: #DAE7D5;
}
colors: {
'palette-1': '#72DC4C',
'palette-2': '#0D4AF2',
'palette-3': '#F33F6F',
'palette-4': '#DAE7D5',
}
const palette = [
'#72DC4C',
'#0D4AF2',
'#F33F6F',
'#DAE7D5',
];
$color-1: #72DC4C;
$color-2: #0D4AF2;
$color-3: #F33F6F;
$color-4: #DAE7D5;
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 Blue (#0D4AF2) and reads as well balanced in lightness, with an average saturation of 68% and lightness of 64%. It works well for calm, professional and modern interfaces.
The colors in this palette
Green #72DC4C
rgb(114, 220, 76) · hsl(104, 67%, 58%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #0D4AF2
rgb(13, 74, 242) · hsl(224, 90%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #F33F6F
rgb(243, 63, 111) · hsl(344, 88%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Green #DAE7D5
rgb(218, 231, 213) · hsl(103, 27%, 87%)
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 |
|---|---|---|---|---|
| #0D4AF2 | #DAE7D5 | 4.99:1 | Pass | Fail |
| #72DC4C | #0D4AF2 | 3.68:1 | Fail | Fail |
| #F33F6F | #DAE7D5 | 2.85:1 | Fail | Fail |
| #72DC4C | #F33F6F | 2.1:1 | Fail | Fail |
| #0D4AF2 | #F33F6F | 1.75:1 | Fail | Fail |
| #72DC4C | #DAE7D5 | 1.36:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#DAE7D5): the lightest tone — a clean base for large areas
- Text — Blue (#0D4AF2): the darkest tone — readable for body copy and headings
- Primary — Blue (#0D4AF2): the most saturated tone — buttons, links and key UI
- Accent — Pink (#F33F6F): 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 Blue 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 (#72DC4C), Blue (#0D4AF2), Pink (#F33F6F) and Light Green (#DAE7D5).
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 #72DC4C, #0D4AF2, #F33F6F and #DAE7D5. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Blue text on Light Green reaches a contrast ratio of 4.99:1, which meets the WCAG AA standard for readable text.