Deep Space Signal
Near-black depths punctuated by a single cool luminescence, like a signal cutting through darkened silence.
Psychology
The overwhelming presence of deep achromatic black creates a grounding, restful canvas that minimizes visual noise and cognitive load, while the single vivid blue accent introduces a focal point that draws the eye without jarring. Cool blue in the mid-value range acts as a recessive highlight against the near-black surroundings, producing a calming asymmetry rather than aggressive contrast. This combination exploits low overall chroma and strategic placement to evoke contemplation and sophistication rather than stimulation.
Usage
Ideal for minimalist tech interfaces, luxury editorial layouts, and dark-mode branding systems where a single accent color guides attention without overwhelming the composition. Projects requiring elegant restraint and focus on typography or imagery benefit from the palette's soft, non-competing foundation. Works particularly well for professional portfolios, SaaS dashboards, and contemporary art catalogs that prioritize clarity and mood over color variety.
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,
#070c12 0%,
#070c12 25%,
#506dfb 50%,
#070c12 75%,
#070c12 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #070c12;
--color-gradient-2: #070c12;
--color-gradient-3: #506dfb;
--color-gradient-4: #070c12;
--color-gradient-5: #070c12;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #070c12; --color-2: #070c12; --color-3: #506dfb; --color-4: #070c12; --color-5: #070c12;
Hex values
#070c12, #070c12, #506dfb, #070c12, #070c12
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Electric Dusk
Mineral Spring Dawn
Slate & Honey Hour
Coastal Linen Study
Tidewater Passage
Skylight Linen Pool
Arctic Depth Study
Porcelain Drift