Light Pink & Violet, Pink Color Palette
:root {
--color-1: #F5ACF5;
--color-2: #9F43E5;
--color-3: #DFA3CD;
--color-4: #8BB6D3;
}
colors: {
'palette-1': '#F5ACF5',
'palette-2': '#9F43E5',
'palette-3': '#DFA3CD',
'palette-4': '#8BB6D3',
}
const palette = [
'#F5ACF5',
'#9F43E5',
'#DFA3CD',
'#8BB6D3',
];
$color-1: #F5ACF5;
$color-2: #9F43E5;
$color-3: #DFA3CD;
$color-4: #8BB6D3;
This is a balanced, bold 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a balanced, bold 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Pink (#F5ACF5) and reads as bright and open, with an average saturation of 62% and lightness of 71%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Pink #F5ACF5
rgb(245, 172, 245) · hsl(300, 78%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #9F43E5
rgb(159, 67, 229) · hsl(274, 76%, 58%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #DFA3CD
rgb(223, 163, 205) · hsl(318, 48%, 76%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Blue #8BB6D3
rgb(139, 182, 211) · hsl(204, 45%, 69%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #F5ACF5 | #9F43E5 | 2.75:1 | Fail | Fail |
| #9F43E5 | #DFA3CD | 2.33:1 | Fail | Fail |
| #9F43E5 | #8BB6D3 | 2.21:1 | Fail | Fail |
| #F5ACF5 | #8BB6D3 | 1.24:1 | Fail | Fail |
| #F5ACF5 | #DFA3CD | 1.18:1 | Fail | Fail |
| #DFA3CD | #8BB6D3 | 1.05:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5ACF5): the lightest tone — a clean base for large areas
- Text — Violet (#9F43E5): the darkest tone — readable for body copy and headings
- Primary — Violet (#9F43E5): the most saturated tone — buttons, links and key UI
- Accent — Pink (#DFA3CD): 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 Light 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: Light Pink (#F5ACF5), Violet (#9F43E5), Pink (#DFA3CD) and Blue (#8BB6D3).
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 #F5ACF5, #9F43E5, #DFA3CD and #8BB6D3. 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.