Light Blue & Pink, Muted Blue Color Palette
:root {
--color-1: #D5AFDC;
--color-2: #9DBFF5;
--color-3: #948EC3;
--color-4: #DAB6C8;
}
colors: {
'palette-1': '#D5AFDC',
'palette-2': '#9DBFF5',
'palette-3': '#948EC3',
'palette-4': '#DAB6C8',
}
const palette = [
'#D5AFDC',
'#9DBFF5',
'#948EC3',
'#DAB6C8',
];
$color-1: #D5AFDC;
$color-2: #9DBFF5;
$color-3: #948EC3;
$color-4: #DAB6C8;
This is a cool, easygoing 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, easygoing 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Blue (#9DBFF5) and reads as bright and open, with an average saturation of 46% and lightness of 75%. It works well for calm, professional and modern interfaces.
The colors in this palette
Pink #D5AFDC
rgb(213, 175, 220) · hsl(291, 39%, 77%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Blue #9DBFF5
rgb(157, 191, 245) · hsl(217, 81%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Muted Blue #948EC3
rgb(148, 142, 195) · hsl(247, 31%, 66%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Pink #DAB6C8
rgb(218, 182, 200) · hsl(330, 33%, 78%)
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 |
|---|---|---|---|---|
| #948EC3 | #DAB6C8 | 1.66:1 | Fail | Fail |
| #9DBFF5 | #948EC3 | 1.62:1 | Fail | Fail |
| #D5AFDC | #948EC3 | 1.59:1 | Fail | Fail |
| #D5AFDC | #DAB6C8 | 1.05:1 | Fail | Fail |
| #9DBFF5 | #DAB6C8 | 1.03:1 | Fail | Fail |
| #D5AFDC | #9DBFF5 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#9DBFF5): the lightest tone — a clean base for large areas
- Text — Muted Blue (#948EC3): the darkest tone — readable for body copy and headings
- Primary — Pink (#D5AFDC): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#DAB6C8): 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 Blue 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 (#D5AFDC), Light Blue (#9DBFF5), Muted Blue (#948EC3) and Light Pink (#DAB6C8).
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 #D5AFDC, #9DBFF5, #948EC3 and #DAB6C8. 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.