Teal & Lime, Pink Color Palette
:root {
--color-1: #8BAB2B;
--color-2: #1FACDB;
--color-3: #AF238C;
--color-4: #DBDDD4;
}
colors: {
'palette-1': '#8BAB2B',
'palette-2': '#1FACDB',
'palette-3': '#AF238C',
'palette-4': '#DBDDD4',
}
const palette = [
'#8BAB2B',
'#1FACDB',
'#AF238C',
'#DBDDD4',
];
$color-1: #8BAB2B;
$color-2: #1FACDB;
$color-3: #AF238C;
$color-4: #DBDDD4;
This is a cool, versatile 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, versatile 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Teal (#1FACDB) and reads as well balanced in lightness, with an average saturation of 53% and lightness of 54%. It works well for calm, professional and modern interfaces.
The colors in this palette
Lime #8BAB2B
rgb(139, 171, 43) · hsl(75, 60%, 42%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #1FACDB
rgb(31, 172, 219) · hsl(195, 75%, 49%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #AF238C
rgb(175, 35, 140) · hsl(315, 67%, 41%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Gray #DBDDD4
rgb(219, 221, 212) · hsl(73, 12%, 85%)
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 |
|---|---|---|---|---|
| #AF238C | #DBDDD4 | 4.45:1 | Fail | Fail |
| #1FACDB | #AF238C | 2.32:1 | Fail | Fail |
| #8BAB2B | #AF238C | 2.31:1 | Fail | Fail |
| #8BAB2B | #DBDDD4 | 1.92:1 | Fail | Fail |
| #1FACDB | #DBDDD4 | 1.92:1 | Fail | Fail |
| #8BAB2B | #1FACDB | 1:1 | Fail | Fail |
How to use these colors
- Background — Light Gray (#DBDDD4): the lightest tone — a clean base for large areas
- Text — Pink (#AF238C): the darkest tone — readable for body copy and headings
- Primary — Teal (#1FACDB): the most saturated tone — buttons, links and key UI
- Accent — Pink (#AF238C): 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 Teal 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 (#8BAB2B), Teal (#1FACDB), Pink (#AF238C) and Light Gray (#DBDDD4).
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 #8BAB2B, #1FACDB, #AF238C and #DBDDD4. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.