Light Pink & Pink, Violet Color Palette
:root {
--color-1: #CF9DD3;
--color-2: #8E27C8;
--color-3: #F5ADD2;
--color-4: #A8C5EA;
}
colors: {
'palette-1': '#CF9DD3',
'palette-2': '#8E27C8',
'palette-3': '#F5ADD2',
'palette-4': '#A8C5EA',
}
const palette = [
'#CF9DD3',
'#8E27C8',
'#F5ADD2',
'#A8C5EA',
];
$color-1: #CF9DD3;
$color-2: #8E27C8;
$color-3: #F5ADD2;
$color-4: #A8C5EA;
This is a balanced, high-energy 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a balanced, high-energy 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Pink (#F5ADD2) and reads as bright and open, with an average saturation of 61% and lightness of 70%. It adapts to a wide range of web and brand projects.
The colors in this palette
Pink #CF9DD3
rgb(207, 157, 211) · hsl(296, 38%, 72%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Violet #8E27C8
rgb(142, 39, 200) · hsl(278, 67%, 47%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Pink #F5ADD2
rgb(245, 173, 210) · hsl(329, 78%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #A8C5EA
rgb(168, 197, 234) · hsl(214, 61%, 79%)
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 |
|---|---|---|---|---|
| #8E27C8 | #A8C5EA | 3.62:1 | Fail | Fail |
| #8E27C8 | #F5ADD2 | 3.6:1 | Fail | Fail |
| #CF9DD3 | #8E27C8 | 2.88:1 | Fail | Fail |
| #CF9DD3 | #A8C5EA | 1.26:1 | Fail | Fail |
| #CF9DD3 | #F5ADD2 | 1.25:1 | Fail | Fail |
| #F5ADD2 | #A8C5EA | 1:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5ADD2): the lightest tone — a clean base for large areas
- Text — Violet (#8E27C8): the darkest tone — readable for body copy and headings
- Primary — Violet (#8E27C8): the most saturated tone — buttons, links and key UI
- Accent — Light Blue (#A8C5EA): 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: Pink (#CF9DD3), Violet (#8E27C8), Light Pink (#F5ADD2) and Light Blue (#A8C5EA).
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 #CF9DD3, #8E27C8, #F5ADD2 and #A8C5EA. 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.