Pink & Light Blue, Blue Color Palette
:root {
--color-1: #AFB5E4;
--color-2: #CACCF1;
--color-3: #EB94B7;
--color-4: #A3C8E6;
}
colors: {
'palette-1': '#AFB5E4',
'palette-2': '#CACCF1',
'palette-3': '#EB94B7',
'palette-4': '#A3C8E6',
}
const palette = [
'#AFB5E4',
'#CACCF1',
'#EB94B7',
'#A3C8E6',
];
$color-1: #AFB5E4;
$color-2: #CACCF1;
$color-3: #EB94B7;
$color-4: #A3C8E6;
This is a cool, bold 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, bold 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Pink (#EB94B7) and reads as bright and open, with an average saturation of 58% and lightness of 80%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Blue #AFB5E4
rgb(175, 181, 228) · hsl(233, 50%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #CACCF1
rgb(202, 204, 241) · hsl(237, 58%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Pink #EB94B7
rgb(235, 148, 183) · hsl(336, 69%, 75%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #A3C8E6
rgb(163, 200, 230) · hsl(207, 57%, 77%)
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 |
|---|---|---|---|---|
| #CACCF1 | #EB94B7 | 1.42:1 | Fail | Fail |
| #AFB5E4 | #CACCF1 | 1.27:1 | Fail | Fail |
| #EB94B7 | #A3C8E6 | 1.27:1 | Fail | Fail |
| #AFB5E4 | #A3C8E6 | 1.13:1 | Fail | Fail |
| #AFB5E4 | #EB94B7 | 1.12:1 | Fail | Fail |
| #CACCF1 | #A3C8E6 | 1.12:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#CACCF1): the lightest tone — a clean base for large areas
- Text — Pink (#EB94B7): the darkest tone — readable for body copy and headings
- Primary — Pink (#EB94B7): the most saturated tone — buttons, links and key UI
- Accent — Blue (#A3C8E6): 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: Light Blue (#AFB5E4), Light Blue (#CACCF1), Pink (#EB94B7) and Blue (#A3C8E6).
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 #AFB5E4, #CACCF1, #EB94B7 and #A3C8E6. 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.