Teal & Teal, Yellow Color Palette
:root {
--color-1: #4FD1FF;
--color-2: #24576B;
--color-3: #EDDF7C;
--color-4: #F1F0E4;
}
colors: {
'palette-1': '#4FD1FF',
'palette-2': '#24576B',
'palette-3': '#EDDF7C',
'palette-4': '#F1F0E4',
}
const palette = [
'#4FD1FF',
'#24576B',
'#EDDF7C',
'#F1F0E4',
];
$color-1: #4FD1FF;
$color-2: #24576B;
$color-3: #EDDF7C;
$color-4: #F1F0E4;
This is a balanced, bold 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a balanced, bold 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Teal (#4FD1FF) and reads as well balanced in lightness, with an average saturation of 64% and lightness of 64%. It adapts to a wide range of web and brand projects.
The colors in this palette
Teal #4FD1FF
rgb(79, 209, 255) · hsl(196, 100%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #24576B
rgb(36, 87, 107) · hsl(197, 50%, 28%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Yellow #EDDF7C
rgb(237, 223, 124) · hsl(53, 76%, 71%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Yellow #F1F0E4
rgb(241, 240, 228) · hsl(55, 32%, 92%)
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 |
|---|---|---|---|---|
| #24576B | #F1F0E4 | 6.91:1 | Pass | Fail |
| #24576B | #EDDF7C | 5.83:1 | Pass | Fail |
| #4FD1FF | #24576B | 4.49:1 | Fail | Fail |
| #4FD1FF | #F1F0E4 | 1.54:1 | Fail | Fail |
| #4FD1FF | #EDDF7C | 1.3:1 | Fail | Fail |
| #EDDF7C | #F1F0E4 | 1.19:1 | Fail | Fail |
How to use these colors
- Background — Light Yellow (#F1F0E4): the lightest tone — a clean base for large areas
- Text — Teal (#24576B): the darkest tone — readable for body copy and headings
- Primary — Teal (#4FD1FF): the most saturated tone — buttons, links and key UI
- Accent — Yellow (#EDDF7C): 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: Teal (#4FD1FF), Teal (#24576B), Yellow (#EDDF7C) and Light Yellow (#F1F0E4).
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 #4FD1FF, #24576B, #EDDF7C and #F1F0E4. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Teal text on Light Yellow reaches a contrast ratio of 6.91:1, which meets the WCAG AA standard for readable text.