Midnight Current

The sharp clarity of ink meeting water at dusk, where darkness sharpens every edge with electric precision.

Colors

~Black#000000
~Pool Water#4285F4

Tags

Psychology

The extreme contrast between absolute black and vivid blue creates immediate visual tension, commanding attention through high chromatic separation rather than warmth. Black anchors perception to the ground while the mid-tone blue advances, establishing a clear hierarchy that guides the eye with purpose. This monochromatic blue harmony, grounded by neutrality, suggests both technical precision and calm resolve, making it read as authoritative without aggression.

Usage

Deploy across fintech dashboards, tech startup branding, and editorial photography where high contrast ensures readability and visual impact at small scales. The palette excels in minimalist product design and SaaS interfaces where black negative space and signal blue accents create intuitive user flows. Works particularly well for luxury tech packaging and architectural visualizations where the bold contrast reinforces sophistication and clarity.

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,
    #000000 0%,
    #4285f4 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #4285f4;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #4285f4;
Hex values
#000000, #4285f4

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Electric Dusk
Midnight Pool Glow
Neon Descent Study
Sapphire Vault Dawn
Abyssal Hearth
Twilight Alchemy
Neon Bloom Dusk
Slate Pool Breath