Yellow & Violet, Teal Color Palette
:root {
--color-1: #6024DA;
--color-2: #0AB2DB;
--color-3: #6CF5BA;
--color-4: #F5F50E;
}
colors: {
'palette-1': '#6024DA',
'palette-2': '#0AB2DB',
'palette-3': '#6CF5BA',
'palette-4': '#F5F50E',
}
const palette = [
'#6024DA',
'#0AB2DB',
'#6CF5BA',
'#F5F50E',
];
$color-1: #6024DA;
$color-2: #0AB2DB;
$color-3: #6CF5BA;
$color-4: #F5F50E;
This is a cool, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Yellow (#F5F50E) and reads as well balanced in lightness, with an average saturation of 86% and lightness of 54%. It works well for calm, professional and modern interfaces.
The colors in this palette
Violet #6024DA
rgb(96, 36, 218) · hsl(260, 72%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #0AB2DB
rgb(10, 178, 219) · hsl(192, 91%, 45%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #6CF5BA
rgb(108, 245, 186) · hsl(154, 87%, 69%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #F5F50E
rgb(245, 245, 14) · hsl(60, 92%, 51%)
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 |
|---|---|---|---|---|
| #6024DA | #F5F50E | 6.5:1 | Pass | Fail |
| #6024DA | #6CF5BA | 5.58:1 | Pass | Fail |
| #6024DA | #0AB2DB | 3.04:1 | Fail | Fail |
| #0AB2DB | #F5F50E | 2.14:1 | Fail | Fail |
| #0AB2DB | #6CF5BA | 1.83:1 | Fail | Fail |
| #6CF5BA | #F5F50E | 1.16:1 | Fail | Fail |
How to use these colors
- Background — Green (#6CF5BA): the lightest tone — a clean base for large areas
- Text — Teal (#0AB2DB): the darkest tone — readable for body copy and headings
- Primary — Yellow (#F5F50E): the most saturated tone — buttons, links and key UI
- Accent — Teal (#0AB2DB): 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 Yellow 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: Violet (#6024DA), Teal (#0AB2DB), Green (#6CF5BA) and Yellow (#F5F50E).
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 #6024DA, #0AB2DB, #6CF5BA and #F5F50E. 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 Yellow reaches a contrast ratio of 6.5:1, which meets the WCAG AA standard for readable text.