Orange & Orange, Blue Color Palette
:root {
--color-1: #F28D07;
--color-2: #DFBF95;
--color-3: #357EDE;
--color-4: #9FC4F4;
}
colors: {
'palette-1': '#F28D07',
'palette-2': '#DFBF95',
'palette-3': '#357EDE',
'palette-4': '#9FC4F4',
}
const palette = [
'#F28D07',
'#DFBF95',
'#357EDE',
'#9FC4F4',
];
$color-1: #F28D07;
$color-2: #DFBF95;
$color-3: #357EDE;
$color-4: #9FC4F4;
This is a balanced, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a balanced, high-energy 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Orange (#F28D07) and reads as well balanced in lightness, with an average saturation of 75% and lightness of 64%. It adapts to a wide range of web and brand projects.
The colors in this palette
Orange #F28D07
rgb(242, 141, 7) · hsl(34, 94%, 49%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Orange #DFBF95
rgb(223, 191, 149) · hsl(34, 54%, 73%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Blue #357EDE
rgb(53, 126, 222) · hsl(214, 72%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Blue #9FC4F4
rgb(159, 196, 244) · hsl(214, 79%, 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 |
|---|---|---|---|---|
| #DFBF95 | #357EDE | 2.32:1 | Fail | Fail |
| #357EDE | #9FC4F4 | 2.25:1 | Fail | Fail |
| #F28D07 | #357EDE | 1.65:1 | Fail | Fail |
| #F28D07 | #DFBF95 | 1.4:1 | Fail | Fail |
| #F28D07 | #9FC4F4 | 1.36:1 | Fail | Fail |
| #DFBF95 | #9FC4F4 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#9FC4F4): the lightest tone — a clean base for large areas
- Text — Orange (#F28D07): the darkest tone — readable for body copy and headings
- Primary — Orange (#F28D07): the most saturated tone — buttons, links and key UI
- Accent — Blue (#357EDE): 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 Orange 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 (#F28D07), Orange (#DFBF95), Blue (#357EDE) and Light Blue (#9FC4F4).
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 #F28D07, #DFBF95, #357EDE and #9FC4F4. 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.