Teal & Blue, Violet Color Palette
:root {
--color-1: #2446BE;
--color-2: #9A53F3;
--color-3: #39E762;
--color-4: #25F5C8;
}
colors: {
'palette-1': '#2446BE',
'palette-2': '#9A53F3',
'palette-3': '#39E762',
'palette-4': '#25F5C8',
}
const palette = [
'#2446BE',
'#9A53F3',
'#39E762',
'#25F5C8',
];
$color-1: #2446BE;
$color-2: #9A53F3;
$color-3: #39E762;
$color-4: #25F5C8;
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 Teal (#25F5C8) and reads as well balanced in lightness, with an average saturation of 81% and lightness of 55%. It works well for calm, professional and modern interfaces.
The colors in this palette
Blue #2446BE
rgb(36, 70, 190) · hsl(227, 68%, 44%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #9A53F3
rgb(154, 83, 243) · hsl(267, 87%, 64%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #39E762
rgb(57, 231, 98) · hsl(134, 78%, 56%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #25F5C8
rgb(37, 245, 200) · hsl(167, 91%, 55%)
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 |
|---|---|---|---|---|
| #2446BE | #25F5C8 | 5.56:1 | Pass | Fail |
| #2446BE | #39E762 | 4.74:1 | Pass | Fail |
| #9A53F3 | #25F5C8 | 3.05:1 | Fail | Fail |
| #9A53F3 | #39E762 | 2.61:1 | Fail | Fail |
| #2446BE | #9A53F3 | 1.82:1 | Fail | Fail |
| #39E762 | #25F5C8 | 1.17:1 | Fail | Fail |
How to use these colors
- Background — Violet (#9A53F3): the lightest tone — a clean base for large areas
- Text — Blue (#2446BE): the darkest tone — readable for body copy and headings
- Primary — Teal (#25F5C8): the most saturated tone — buttons, links and key UI
- Accent — Green (#39E762): 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: Blue (#2446BE), Violet (#9A53F3), Green (#39E762) and Teal (#25F5C8).
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 #2446BE, #9A53F3, #39E762 and #25F5C8. 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 Teal reaches a contrast ratio of 5.56:1, which meets the WCAG AA standard for readable text.