Tinted Neutrals
Neutrals (grays, near-blacks, off-whites) should carry a subtle tint of the brand hue. Even a chroma of 0.01 in OKLCH creates subconscious cohesion that pure achromatic grays cannot achieve.
$ prime install @anthropic-impeccable/principle-tinted-neutrals Projection
Always in _index.xml · the agent never has to ask for this.
TintedNeutrals [principle] v1.0.0
Neutrals (grays, near-blacks, off-whites) should carry a subtle tint of the brand hue. Even a chroma of 0.01 in OKLCH creates subconscious cohesion that pure achromatic grays cannot achieve.
Loaded when retrieval picks the atom as adjacent / supporting.
TintedNeutrals [principle] v1.0.0
Neutrals (grays, near-blacks, off-whites) should carry a subtle tint of the brand hue. Even a chroma of 0.01 in OKLCH creates subconscious cohesion that pure achromatic grays cannot achieve.
Example
/* Dead neutrals — no personality */
--gray-100: oklch(95% 0 0);
--gray-900: oklch(15% 0 0);
/* Brand-tinted neutrals — warm brand at hue 60° */
--gray-100: oklch(95% 0.01 60);
--gray-900: oklch(15% 0.01 60);
/* Cool-tinted (tech, blue-brand) */
--gray-100: oklch(95% 0.01 250);
--gray-900: oklch(15% 0.01 250);
Loaded when retrieval picks the atom as a focal / direct hit.
TintedNeutrals [principle] v1.0.0
Neutrals (grays, near-blacks, off-whites) should carry a subtle tint of the brand hue. Even a chroma of 0.01 in OKLCH creates subconscious cohesion that pure achromatic grays cannot achieve.
Example
/* Dead neutrals — no personality */
--gray-100: oklch(95% 0 0);
--gray-900: oklch(15% 0 0);
/* Brand-tinted neutrals — warm brand at hue 60° */
--gray-100: oklch(95% 0.01 60);
--gray-900: oklch(15% 0.01 60);
/* Cool-tinted (tech, blue-brand) */
--gray-100: oklch(95% 0.01 250);
--gray-900: oklch(15% 0.01 250);
Sources
Rationale
Pure gray (chroma = 0) is not how surfaces appear in the real world — every material surface has a color temperature cast. Brand-tinted neutrals create a perceptible unity between primary accent colors and background surfaces without being visually dominant. The effect is subliminal: viewers cannot name it, but the interface feels 'of a piece'. Pure achromatic neutrals feel detached from the brand palette, creating a dual-personality UI where surfaces and accents belong to different visual systems.
Source
prime-system/examples/frontend-design/primes/compiled/@anthropic-impeccable/principle-tinted-neutrals/atom.yaml