Blush and Gold
Use #FFF0F0 as the background. Use #F0B8B8 as the primary accent. Use #C89028 as secondary. Use #8B3030 as body text. Palette: Blush and Gold.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Blush and Gold 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: 89.9% | 255, 240, 240 | 0%, 6%, 6%, 0% | 0°, 100%, 97% | ||
| Primary Accent Luminance: 56.3% | 240, 184, 184 | 0%, 23%, 23%, 6% | 0°, 65%, 83% | ||
| Secondary Luminance: 32.4% | 200, 144, 40 | 0%, 28%, 80%, 22% | 39°, 67%, 47% | ||
| Body Text Luminance: 7.8% | 139, 48, 48 | 0%, 65%, 65%, 45% | 0°, 49%, 37% |
Color Harmony: Custom Scheme
The Blush and Gold 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 Blush and Gold Color Scheme
To use this Blush and Gold 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 #FFF0F0 for the main background and #F0B8B8 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #8B3030 and #FFF0F0 is 7.40:1 (AAA). Ensure your body text remains legible.