Midnight Bloom
Use #1A1030 as the background. Use #C678DD as the primary accent. Use #7EC8E3 as secondary. Use #F7C59F as body text/supporting color. Palette mood: Midnight Bloom — night, cool, pastel.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Midnight Bloom 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% | 26, 16, 48 | 46%, 67%, 0%, 81% | 259°, 50%, 13% | ||
| Primary Accent Luminance: 30.7% | 198, 120, 221 | 10%, 46%, 0%, 13% | 286°, 60%, 67% | ||
| Secondary Luminance: 51.3% | 126, 200, 227 | 44%, 12%, 0%, 11% | 196°, 64%, 69% | ||
| Body Text Luminance: 62.2% | 247, 197, 159 | 0%, 20%, 36%, 3% | 26°, 85%, 80% |
Color Harmony: Triadic Scheme
The Midnight Bloom palette is built using a triadic relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A triadic palette is often preferred by professional designers because it balances visual interest with cohesion.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Midnight Bloom Color Scheme
To use this Midnight Bloom 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 #1A1030 for the main background and #C678DD for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #F7C59F and #1A1030 is 11.58:1 (AAA). Ensure your body text remains legible.