Pink & Blue, Violet Color Palette
:root {
--color-1: #6D7DF3;
--color-2: #431883;
--color-3: #F5A7F5;
--color-4: #F57297;
}
colors: {
'palette-1': '#6D7DF3',
'palette-2': '#431883',
'palette-3': '#F5A7F5',
'palette-4': '#F57297',
}
const palette = [
'#6D7DF3',
'#431883',
'#F5A7F5',
'#F57297',
];
$color-1: #6D7DF3;
$color-2: #431883;
$color-3: #F5A7F5;
$color-4: #F57297;
This is a balanced, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a balanced, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Pink (#F57297) and reads as well balanced in lightness, with an average saturation of 80% and lightness of 63%. It adapts to a wide range of web and brand projects.
The colors in this palette
Blue #6D7DF3
rgb(109, 125, 243) · hsl(233, 85%, 69%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #431883
rgb(67, 24, 131) · hsl(264, 69%, 30%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Pink #F5A7F5
rgb(245, 167, 245) · hsl(300, 80%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Pink #F57297
rgb(245, 114, 151) · hsl(343, 87%, 70%)
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 |
|---|---|---|---|---|
| #431883 | #F5A7F5 | 6.91:1 | Pass | Fail |
| #431883 | #F57297 | 4.56:1 | Pass | Fail |
| #6D7DF3 | #431883 | 3.46:1 | Fail | Fail |
| #6D7DF3 | #F5A7F5 | 2:1 | Fail | Fail |
| #F5A7F5 | #F57297 | 1.52:1 | Fail | Fail |
| #6D7DF3 | #F57297 | 1.32:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5A7F5): the lightest tone — a clean base for large areas
- Text — Violet (#431883): the darkest tone — readable for body copy and headings
- Primary — Pink (#F57297): the most saturated tone — buttons, links and key UI
- Accent — Blue (#6D7DF3): 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 Pink 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 (#6D7DF3), Violet (#431883), Light Pink (#F5A7F5) and Pink (#F57297).
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 #6D7DF3, #431883, #F5A7F5 and #F57297. 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 Light Pink reaches a contrast ratio of 6.91:1, which meets the WCAG AA standard for readable text.