Ink Shadow Depth

The hushed quality of deep shadow, where barely-there gradations suggest texture and form without demanding attention.

Colors

~Raven#0A0A0A
~Dark Moon#171717
~Nero#262626

Tags

Psychology

This monochromatic progression of achromatic blacks establishes minimal visual hierarchy, allowing the eye to rest without stimulation. The extremely low contrast and dark lightness profile create a sense of restful intimacy, where slight tonal shifts feel like whispers rather than declarations. Low chroma neutrals activate the parasympathetic response, signaling safety and contemplation rather than urgency.

Usage

Ideal for luxury packaging design, editorial typography spreads, and high-end photography backdrops where subtlety conveys sophistication. Projects requiring calm, focused environments benefit from these near-imperceptible tonal shifts that suggest depth without visual noise. Works exceptionally well in minimalist branding, print portfolios, and interior styling where restraint communicates quality.

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,
    #0a0a0a 0%,
    #171717 50%,
    #262626 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #0a0a0a;
  --color-gradient-2: #171717;
  --color-gradient-3: #262626;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #0a0a0a;
--color-2: #171717;
--color-3: #262626;
Hex values
#0a0a0a, #171717, #262626

Building something? Get this palette via the REST API.

History

Ink Shadow Depth — Color Palette | InstantGradient