OFFICIAL BRAND IDENTITY & DESIGN SYSTEM

Deterministic Safety.
Architectural Precision.

The Moven brand system reflects in-process agent safety, sub-millisecond execution control, and high-contrast editorial craftsmanship.

Official Logos & Emblems

Official production brand assets in transparent PNG and vector formats.

Primary Logo (Dark on Light)
Moven Primary Logo
Light mode / Documents PNG
White Outline (Light on Dark)
Moven White Outline Logo
Dark mode / Console PNG
Favicon & App Icon
Moven App Icon
Moven Favicon
Browser Icon / Manifest PNG
++++
SYS_TOKENS // HARMONIC COLOR VALUES & UTILITIES

Color System & Design Tokens

Click any swatch to copy its HEX or RGB token directly to your clipboard.

primary
#0055FF

Electric Cobalt

Primary brand action color, active circuits, hero CTA buttons, and interactive badges.

RGB:
Token:
primary
#0047D6

Cobalt Deep / Hover

Button active states, interactive link hover, high-contrast borders.

RGB:
Token:
primary
#38BDF8

Cyan Sentinel Glow

Fingertip electrical spark, dark mode accents, telemetry pulse indicators.

RGB:
Token:
functional
#1F9D55

Circuit Armed Green

Healthy circuit state, successful subagent executions, resolved pull requests.

RGB:
Token:
functional
#F59E0B

Token Spend Amber

Cost budget cap warnings, impending recursion trip threshold, pending review.

RGB:
Token:
functional
#D0342C

Circuit Trip Red

Hard circuit breaker trips, runaway execution halt, critical safety alerts.

RGB:
Token:
functional
#8B5CF6

Telemetry Violet

LLM judge arbitration, AI engineering tools, synthetic eval triggers.

RGB:
Token:
neutral
#0B0D12

Carbon Canvas

Dark mode canvas background, hero contrast boxes, headline typography.

RGB:
Token:
neutral
#050608

Deep Obsidian Dark

Dither shader canvas container, terminal consoles, bottom CTA section.

RGB:
Token:
neutral
#F6F7F9

Ghost Surface White

Light card backgrounds, sidebar containers, secondary pill buttons.

RGB:
Token:
neutral
#E4E7EC

Neutral Hairline Border

1px standard structural card borders, clean table row dividers.

RGB:
Token:
neutral
#5B6270

Slate Muted Text

Subtitles, secondary labels, telemetry timestamps, helper text.

RGB:
Token:

Typography System

Space Grotesk for architectural headlines, Inter for UI readability, and Source Code Pro for telemetry.

Display & Headings

Space Grotesk

Light (300) • Medium (500)
Display 48px
In-Process Agent Circuit Breaker
Heading 24px
Sub-millisecond loop interception under 0.8ms

Code & Telemetry

Source Code Pro

Regular (400)
import { wrapTools, sentinel } from '@moven/sdk';

const breaker = sentinel({
  maxRepeatCalls: 3,
  hardSpendCapDollar: 0.50,
  autoHealPR: true
});