Navy and Brass
Use #1C2C4C as the background. Use #C9A84C as the primary accent. Use #E8D5A3 as secondary. Use #F5EDD7 as body text/supporting color. Palette mood: Navy and Brass — cool, warm, earthy.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Navy and Brass 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: 2.6% | 28, 44, 76 | 63%, 42%, 0%, 70% | 220°, 46%, 20% | ||
| Primary Accent Luminance: 40.9% | 201, 168, 76 | 0%, 16%, 62%, 21% | 44°, 54%, 54% | ||
| Secondary Luminance: 67.4% | 232, 213, 163 | 0%, 8%, 30%, 9% | 43°, 60%, 77% | ||
| Body Text Luminance: 84.9% | 245, 237, 215 | 0%, 3%, 12%, 4% | 44°, 60%, 90% |
Color Harmony: Complementary Scheme
The Navy and Brass 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 Navy and Brass Color Scheme
To use this Navy and Brass 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 #1C2C4C for the main background and #C9A84C for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #F5EDD7 and #1C2C4C is 11.87:1 (AAA). Ensure your body text remains legible.