Art Deco
Use #0A1428 as the background. Use #C8A000 as the primary accent. Use #F0E8D0 as secondary. Use #3A3020 as body text/supporting color. Palette mood: Art Deco — glamorous, geometric, dark.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Art Deco 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.7% | 10, 20, 40 | 75%, 50%, 0%, 84% | 220°, 60%, 10% | ||
| Primary Accent Luminance: 37.4% | 200, 160, 0 | 0%, 20%, 100%, 22% | 48°, 100%, 39% | ||
| Secondary Luminance: 80.8% | 240, 232, 208 | 0%, 3%, 13%, 6% | 45°, 52%, 88% | ||
| Body Text Luminance: 3.1% | 58, 48, 32 | 0%, 17%, 45%, 77% | 37°, 29%, 18% |
Color Harmony: Complementary Scheme
The Art Deco palette is built using a complementary relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A complementary palette is often preferred by professional designers because it provides maximum contrast and energy by using opposite colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Art Deco Color Scheme
To use this Art Deco 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 #0A1428 for the main background and #C8A000 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #3A3020 and #0A1428 is 1.42:1 (Fail). Ensure your body text remains legible.