Rose Gold Dark
Use #1A0A08 as the background. Use #8B3A4A as the primary accent. Use #C87A88 as secondary. Use #F5C0C8 as body text. Palette: Rose Gold Dark.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Rose Gold Dark 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: 0.5% | 26, 10, 8 | 0%, 62%, 69%, 90% | 7°, 53%, 7% | ||
| Primary Accent Luminance: 9.0% | 139, 58, 74 | 0%, 58%, 47%, 45% | 348°, 41%, 39% | ||
| Secondary Luminance: 28.0% | 200, 122, 136 | 0%, 39%, 32%, 22% | 349°, 41%, 63% | ||
| Body Text Luminance: 61.3% | 245, 192, 200 | 0%, 22%, 18%, 4% | 351°, 73%, 86% |
Color Harmony: Triadic Scheme
The Rose Gold Dark 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 Rose Gold Dark Color Scheme
To use this Rose Gold Dark 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 #1A0A08 for the main background and #8B3A4A for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #F5C0C8 and #1A0A08 is 12.15:1 (AAA). Ensure your body text remains legible.