Navy and Cream
Use #F5EDD7 as the background. Use #1A2E4A as the primary accent. Use #2E4A7A as secondary. Use #8B7A5A as body text. Palette: Navy and Cream — classic, elegant, traditional.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Navy and Cream 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: 84.9% | 245, 237, 215 | 0%, 3%, 12%, 4% | 44°, 60%, 90% | ||
| Primary Accent Luminance: 2.7% | 26, 46, 74 | 65%, 38%, 0%, 71% | 215°, 48%, 20% | ||
| Secondary Luminance: 6.9% | 46, 74, 122 | 62%, 39%, 0%, 52% | 218°, 45%, 33% | ||
| Body Text Luminance: 20.1% | 139, 122, 90 | 0%, 12%, 35%, 45% | 39°, 21%, 45% |
Color Harmony: Complementary Scheme
The Navy and Cream 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 Cream Color Scheme
To use this Navy and Cream 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 #F5EDD7 for the main background and #1A2E4A for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #8B7A5A and #F5EDD7 is 3.57:1 (Fail). Ensure your body text remains legible.