Zero Waste Kitchen
Use #F0EDE5 as the background. Use #C8B898 as the primary accent. Use #7A8A6A as secondary. Use #3A4A2A as body text/supporting color. Palette mood: Zero Waste Kitchen — earthy, natural, minimal.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Zero Waste Kitchen 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.8% | 240, 237, 229 | 0%, 1%, 5%, 6% | 44°, 27%, 92% | ||
| Primary Accent Luminance: 48.8% | 200, 184, 152 | 0%, 8%, 24%, 22% | 40°, 30%, 69% | ||
| Secondary Luminance: 23.4% | 122, 138, 106 | 12%, 0%, 23%, 46% | 90°, 13%, 48% | ||
| Body Text Luminance: 6.0% | 58, 74, 42 | 22%, 0%, 43%, 71% | 90°, 28%, 23% |
Color Harmony: Custom Scheme
The Zero Waste Kitchen 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 Zero Waste Kitchen Color Scheme
To use this Zero Waste Kitchen 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 #F0EDE5 for the main background and #C8B898 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #3A4A2A and #F0EDE5 is 8.19:1 (AAA). Ensure your body text remains legible.