Forest Dusk
Use #3A4F41 as the background. Use #B9314F as the primary accent. Use #D5A18E as secondary. Use #DEC3BE as body text/supporting color. Palette mood: Forest Dusk — warm, earthy, moody.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Forest Dusk 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: 6.9% | 58, 79, 65 | 27%, 0%, 18%, 69% | 140°, 15%, 27% | ||
| Primary Accent Luminance: 13.1% | 185, 49, 79 | 0%, 74%, 57%, 27% | 347°, 58%, 46% | ||
| Secondary Luminance: 41.6% | 213, 161, 142 | 0%, 24%, 33%, 16% | 16°, 46%, 70% | ||
| Body Text Luminance: 58.3% | 222, 195, 190 | 0%, 12%, 14%, 13% | 9°, 33%, 81% |
Color Harmony: Triadic Scheme
The Forest Dusk palette is built using a triadic relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A triadic 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 Forest Dusk Color Scheme
To use this Forest Dusk 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 #3A4F41 for the main background and #B9314F for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #DEC3BE and #3A4F41 is 5.33:1 (AA). Ensure your body text remains legible.