Nordic Winter
Use #0A1628 as the background. Use #1C3A6B as the primary accent. Use #A8C0D4 as secondary. Use #E8F0F8 as body text/supporting color. Palette mood: Nordic Winter — dark, cold, minimal.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Nordic Winter 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.8% | 10, 22, 40 | 75%, 45%, 0%, 84% | 216°, 60%, 10% | ||
| Primary Accent Luminance: 4.3% | 28, 58, 107 | 74%, 46%, 0%, 58% | 217°, 59%, 26% | ||
| Secondary Luminance: 50.8% | 168, 192, 212 | 21%, 9%, 0%, 17% | 207°, 34%, 75% | ||
| Body Text Luminance: 86.3% | 232, 240, 248 | 6%, 3%, 0%, 3% | 210°, 53%, 94% |
Color Harmony: Analogous Scheme
The Nordic Winter palette is built using a analogous relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A analogous palette is often preferred by professional designers because it creates a calm, serene atmosphere by using neighboring colors.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Nordic Winter Color Scheme
To use this Nordic Winter 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 #0A1628 for the main background and #1C3A6B for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #E8F0F8 and #0A1628 is 15.76:1 (AAA). Ensure your body text remains legible.