Winter Solstice
Use #0A0F1A as the background. Use #1B2A4A as the primary accent. Use #F0E6C8 as secondary. Use #C8B890 as body text/supporting color. Palette mood: Winter Solstice — night, calm, warm.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Winter Solstice 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% | 10, 15, 26 | 62%, 42%, 0%, 90% | 221°, 44%, 7% | ||
| Primary Accent Luminance: 2.4% | 27, 42, 74 | 64%, 43%, 0%, 71% | 221°, 47%, 20% | ||
| Secondary Luminance: 79.3% | 240, 230, 200 | 0%, 4%, 17%, 6% | 45°, 57%, 86% | ||
| Body Text Luminance: 48.6% | 200, 184, 144 | 0%, 8%, 28%, 22% | 43°, 34%, 67% |
Color Harmony: Complementary Scheme
The Winter Solstice 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 Winter Solstice Color Scheme
To use this Winter Solstice 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 #0A0F1A for the main background and #1B2A4A for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #C8B890 and #0A0F1A is 9.77:1 (AAA). Ensure your body text remains legible.