Light Orange & Red, Orange Color Palette
:root {
--color-1: #D13038;
--color-2: #DA6567;
--color-3: #CC9B46;
--color-4: #F5DABB;
}
colors: {
'palette-1': '#D13038',
'palette-2': '#DA6567',
'palette-3': '#CC9B46',
'palette-4': '#F5DABB',
}
const palette = [
'#D13038',
'#DA6567',
'#CC9B46',
'#F5DABB',
];
$color-1: #D13038;
$color-2: #DA6567;
$color-3: #CC9B46;
$color-4: #F5DABB;
This is a warm, vibrant 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a warm, vibrant 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Orange (#F5DABB) and reads as well balanced in lightness, with an average saturation of 64% and lightness of 63%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #D13038
rgb(209, 48, 56) · hsl(357, 64%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #DA6567
rgb(218, 101, 103) · hsl(359, 61%, 63%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Orange #CC9B46
rgb(204, 155, 70) · hsl(38, 57%, 54%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Orange #F5DABB
rgb(245, 218, 187) · hsl(32, 74%, 85%)
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 |
|---|---|---|---|---|
| #D13038 | #F5DABB | 3.73:1 | Fail | Fail |
| #DA6567 | #F5DABB | 2.59:1 | Fail | Fail |
| #D13038 | #CC9B46 | 1.99:1 | Fail | Fail |
| #CC9B46 | #F5DABB | 1.87:1 | Fail | Fail |
| #D13038 | #DA6567 | 1.44:1 | Fail | Fail |
| #DA6567 | #CC9B46 | 1.38:1 | Fail | Fail |
How to use these colors
- Background — Light Orange (#F5DABB): the lightest tone — a clean base for large areas
- Text — Red (#D13038): the darkest tone — readable for body copy and headings
- Primary — Red (#D13038): the most saturated tone — buttons, links and key UI
- Accent — Red (#DA6567): 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 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: Red (#D13038), Red (#DA6567), Orange (#CC9B46) and Light Orange (#F5DABB).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #D13038, #DA6567, #CC9B46 and #F5DABB. 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.