Midnight Circuit

Deep void meeting electric clarity, a tense equilibrium between shadow and signal in stark, high-contrast space.

Colors

~Black#000000
~Opulent Blue#0055E9

Tags

Psychology

The achromatic black anchors the composition with weight and formality, while the vivid cobalt blue reads as electric and commanding due to its high saturation and mid-range luminance. This extreme contrast creates visual tension that demands attention, triggering alertness rather than rest, as cool hues naturally recede while high-value difference pulls focus forward simultaneously.

Usage

Deploy this palette for tech startup branding, premium software interfaces, and architectural photography where stark contrast and cool authority establish credibility. The combination suits luxury brand packaging and editorial design requiring dramatic visual hierarchy without warmth, and works powerfully in industrial product photography where the black provides depth and the blue signals innovation.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

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