Cobalt Void Contrast

Stark midnight meeting electric current, a charged silence that cuts through shadow with liquid neon intensity.

Psychology

The extreme contrast between absolute black and vivid azure creates visual tension that commands immediate attention, leveraging the principle that high-saturation cool tones advance while deep neutrals recede. Black grounds and stabilizes the composition, while azure's electric intensity generates energy without warmth, evoking precision and modernity. This combination signals technological clarity and determined focus, avoiding softness entirely.

Usage

Ideal for SaaS dashboards, tech startup branding, and high-contrast editorial layouts where legibility and visual hierarchy are paramount. Works exceptionally well in dark mode interfaces, architectural photography, and luxury packaging that demands sophistication through restraint. The palette's stark geometry suits minimalist design systems and bold graphic campaigns targeting professional or innovation-focused audiences.

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

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

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