Peach Fuzz
Use #FFCBA4 as the background. Use #FF8C69 as the primary accent. Use #E05C31 as secondary. Use #8B3A1F as body text/supporting color. Palette mood: Peach Fuzz — warm, pastel, vibrant.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Peach Fuzz 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: 66.7% | 255, 203, 164 | 0%, 20%, 36%, 0% | 26°, 100%, 82% | ||
| Primary Accent Luminance: 41.0% | 255, 140, 105 | 0%, 45%, 59%, 0% | 14°, 100%, 71% | ||
| Secondary Luminance: 23.7% | 224, 92, 49 | 0%, 59%, 78%, 12% | 15°, 74%, 54% | ||
| Body Text Luminance: 8.6% | 139, 58, 31 | 0%, 58%, 78%, 45% | 15°, 64%, 33% |
Color Harmony: Analogous Scheme
The Peach Fuzz palette is built using a analogous relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A analogous palette is often preferred by professional designers because it creates a calm, serene atmosphere by using neighboring colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Peach Fuzz Color Scheme
To use this Peach Fuzz 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 #FFCBA4 for the main background and #FF8C69 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #8B3A1F and #FFCBA4 is 5.26:1 (AA). Ensure your body text remains legible.