Indie Folk
Use #F5EDD7 as the background. Use #C8956A as the primary accent. Use #6B8C45 as secondary. Use #3A2E18 as body text/supporting color. Palette mood: Indie Folk — warm, earthy, intimate.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Indie Folk 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: 84.9% | 245, 237, 215 | 0%, 3%, 12%, 4% | 44°, 60%, 90% | ||
| Primary Accent Luminance: 34.8% | 200, 149, 106 | 0%, 25%, 47%, 22% | 27°, 46%, 60% | ||
| Secondary Luminance: 22.3% | 107, 140, 69 | 24%, 0%, 51%, 45% | 88°, 34%, 41% | ||
| Body Text Luminance: 2.9% | 58, 46, 24 | 0%, 21%, 59%, 77% | 39°, 41%, 16% |
Color Harmony: Custom Scheme
The Indie Folk 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 Indie Folk Color Scheme
To use this Indie Folk 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 #F5EDD7 for the main background and #C8956A for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #3A2E18 and #F5EDD7 is 11.35:1 (AAA). Ensure your body text remains legible.