Blue & Orange, Blue Color Palette
:root {
--color-1: #D37522;
--color-2: #E0AA7B;
--color-3: #1F86E0;
--color-4: #84B3DC;
}
colors: {
'palette-1': '#D37522',
'palette-2': '#E0AA7B',
'palette-3': '#1F86E0',
'palette-4': '#84B3DC',
}
const palette = [
'#D37522',
'#E0AA7B',
'#1F86E0',
'#84B3DC',
];
$color-1: #D37522;
$color-2: #E0AA7B;
$color-3: #1F86E0;
$color-4: #84B3DC;
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 Blue (#1F86E0) and reads as well balanced in lightness, with an average saturation of 66% and lightness of 59%. It adapts to a wide range of web and brand projects.
The colors in this palette
Orange #D37522
rgb(211, 117, 34) · hsl(28, 72%, 48%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Orange #E0AA7B
rgb(224, 170, 123) · hsl(28, 62%, 68%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Blue #1F86E0
rgb(31, 134, 224) · hsl(208, 76%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Blue #84B3DC
rgb(132, 179, 220) · hsl(208, 56%, 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 |
|---|---|---|---|---|
| #E0AA7B | #1F86E0 | 1.84:1 | Fail | Fail |
| #1F86E0 | #84B3DC | 1.71:1 | Fail | Fail |
| #D37522 | #E0AA7B | 1.61:1 | Fail | Fail |
| #D37522 | #84B3DC | 1.49:1 | Fail | Fail |
| #D37522 | #1F86E0 | 1.14:1 | Fail | Fail |
| #E0AA7B | #84B3DC | 1.08:1 | Fail | Fail |
How to use these colors
- Background — Blue (#84B3DC): the lightest tone — a clean base for large areas
- Text — Orange (#D37522): the darkest tone — readable for body copy and headings
- Primary — Blue (#1F86E0): the most saturated tone — buttons, links and key UI
- Accent — Orange (#D37522): 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 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: Orange (#D37522), Orange (#E0AA7B), Blue (#1F86E0) and Blue (#84B3DC).
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 #D37522, #E0AA7B, #1F86E0 and #84B3DC. 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.