Midnight Pool Glow

The crisp cool of deep water meeting an electric shimmer, like bioluminescence caught between shadow and light.

Colors

~Royal#11192D
~Space Cadet#283B89
~Dust to Dust#58D8DB

Tags

Psychology

The two dark blues create a recessive anchor, grounding the composition in depth and formality, while the bright teal high-contrast accent commands immediate attention and energy. This pairing leverages cool temperature to evoke calm and trust, but the sharp luminosity jump between the darkest and lightest values prevents passivity, generating visual tension that feels deliberate rather than cold. The result is a palette that conveys sophistication with momentum.

Usage

Strong for tech product interfaces, luxury brand identities, and editorial photography layouts where depth and precision matter. The high contrast ratio ensures legibility in both digital and print contexts, while the cool dominance suits financial services, wellness apps, and architectural visualization. Best deployed when a palette needs to feel trustworthy yet modern, with visual impact that doesn't rely on warmth.

Code

CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
    90deg,
    #11192d 0%,
    #283b89 50%,
    #58d8db 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #11192d;
  --color-gradient-2: #283b89;
  --color-gradient-3: #58d8db;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #11192d;
--color-2: #283b89;
--color-3: #58d8db;
Hex values
#11192d, #283b89, #58d8db

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Coastal Depths Morning
Frosted Meadow
Neon Bloom Dusk
Mineral Spring Dawn
Coastal Porcelain Dawn
Slate Pool Breath
Shallow Waters
Coastal Linen Study