Indigo Threshold Study

The dense, cool quiet of a library after closing, where deep blues absorb light and silence settles into every corner.

Colors

~Midnight in Tokyo#000B80
~Black#000000
~Space Exploration#000A94
~Black#000000
~The Vast of Night#160066

Psychology

The palette's dominant cool blues in high saturation create psychological depth and introspection, while the two black anchors provide absolute contrast and visual weight. This combination of monochromatic blue harmony with stark achromatic intervals produces a sense of quiet intensity rather than chaos, as the repeating blue tones signal calm focus despite the dark value range. The cool temperature throughout suppresses energy and promotes contemplative stillness, making the palette feel both serious and composed.

Usage

Ideal for editorial design, corporate branding, and luxury packaging where visual restraint and intellectual sophistication matter. Use in dark mode interfaces, premium book covers, and high-end audio equipment branding where the moderate contrast supports readability while maintaining a refined, nocturnal mood. Works particularly well for projects targeting professional or scientific audiences seeking credibility and depth over warmth or accessibility.

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,
    #000b80 0%,
    #000000 25%,
    #000a94 50%,
    #000000 75%,
    #160066 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000b80;
  --color-gradient-2: #000000;
  --color-gradient-3: #000a94;
  --color-gradient-4: #000000;
  --color-gradient-5: #160066;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000b80;
--color-2: #000000;
--color-3: #000a94;
--color-4: #000000;
--color-5: #160066;
Hex values
#000b80, #000000, #000a94, #000000, #160066

Building something? Get this palette via the REST API.

History

Similar palettes

Coastal Linen Study
Porcelain Depth Study
Sapphire Vault Dawn
Wisteria Descent
Abyssal Hearth
Twilight Alchemy
Jade Hour Glow
Electric Dusk
Mineral Spring Dawn