Autumn Harvest
Use #FFF8E1 as the background. Use #E65100 as the primary accent. Use #BF360C as secondary. Use #4E342E as body text/supporting color. Palette mood: Autumn Harvest — warm, earthy, vibrant.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Autumn Harvest color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 93.8% | 255, 248, 225 | 0%, 3%, 12%, 0% | 46°, 100%, 94% | ||
| Primary Accent Luminance: 22.7% | 230, 81, 0 | 0%, 65%, 100%, 10% | 21°, 100%, 45% | ||
| Secondary Luminance: 13.7% | 191, 54, 12 | 0%, 72%, 94%, 25% | 14°, 88%, 40% | ||
| Body Text Luminance: 4.3% | 78, 52, 46 | 0%, 33%, 41%, 69% | 11°, 26%, 24% |
Color Harmony: Custom Scheme
The Autumn Harvest palette is built using a custom relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A custom palette is often preferred by professional designers because it balances visual interest with cohesion.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Autumn Harvest Color Scheme
To use this Autumn Harvest color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #FFF8E1 for the main background and #E65100 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #4E342E and #FFF8E1 is 10.66:1 (AAA). Ensure your body text remains legible.