Sapphire Threshold Night

Stark luminescence cutting through deep darkness, like neon signs reflecting off wet pavement at midnight.

Colors

~Black#000000
~Secret of Mana#446EFF

Tags

Psychology

The high contrast between pure black and vivid electric blue creates immediate visual tension, with cool tones evoking clarity and precision. Black anchors and grounds while the bright blue advances forward, establishing a dynamic hierarchy that commands attention without warmth. This pairing leverages the principle that saturated cool hues against achromatic darks trigger alertness and modern sophistication rather than comfort.

Usage

Deploy in tech startup branding, SaaS dashboards, and digital product interfaces where bold contrast ensures readability and contemporary edge. Ideal for music festival posters, gaming platforms, and editorial design that demands visual impact in competitive digital spaces. The monochromatic blue harmony with black works powerfully in architectural visualization and industrial packaging where sophistication and clarity are paramount.

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

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

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