MozaikaLive decode

Akiflow — decoded design system

akiflow.com · light · modern · custom · deep decode — measured live

Akiflow's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/akiflow.com.

Decoded design system

Akiflow's decoded design system: background #F8FAFC, text #000000, accent #550097, link #0000EE, primary #550097; type scale h1 54px / h2 40px / body 18px; 4px spacing base; 8px base radius. The single interactive/action color is #550097 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#F8FAFC
surface#E9EBEC
border#D2D4D6
text#000000
text_muted#5E5F5F
primary#550097
accent#550097
link#0000EE
secondary#323B4A
button_bg#550097
button_text#0000EE

Using these colors

Typography

Spacing

Radii

Shadow

rgba(144, 0, 255, 0.2) 0px 1px 16px 0px

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with ease.

Native design tokens

TokenValue
--fallback-color-white#FFFFFF
--fallback-color-black#050505
--fallback-color-purple-100#F3E3FF
--fallback-color-purple-500#9000FF
--fallback-color-purple-700#550097
--fallback-color-grey-100#F1F5F9
--fallback-color-grey-200#EAF0F6
--fallback-color-grey-300#DFE7F0
--fallback-color-grey-700#5E687B
--fallback-color-grey-800#323B4A

…and 1 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Scroll reveal: 4 elements rest at opacity 0, animate in over 400ms.

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/akiflow.com

registry item · or query it over MCP: get_design_system("Akiflow")

Export: DESIGN.md

# Akiflow — Design System

> light, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#F8FAFC` |
| surface | `#E9EBEC` |
| border | `#D2D4D6` |
| text | `#000000` |
| text_muted | `#5E5F5F` |
| primary | `#550097` |
| accent | `#550097` |
| link | `#0000EE` |
| secondary | `#323B4A` |
| button_bg | `#550097` |
| button_text | `#0000EE` |

**Using these colors**

- **Action color** `#550097` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `button_bg` are all `#550097` — one role, not several (your action color).
- **accent** `#550097` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **link** `#0000EE` — inline text links and link-styled controls.
- **secondary** `#323B4A` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#F5FAFB` 92.8% · `#C0B5D5` 7.2%

## Typography

- Heading: **Inter**
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 54px / 600 · lh 60px · tracking -1.63px |
| h2 | 40px / 600 · lh 48px · tracking -1.2px |
| h3 | 32px / 600 · lh 38px · tracking -0.96px |
| body | 18px / 500 · lh 22px · tracking -0.72px |
| small | 16px / 600 · lh 26px · tracking -0.48px |

- Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 6px, 8px, 10px, 11px, 12px, 16px, 20px, 22px — snap all gaps/padding to these

## Radius
- base: 8px
- button: 10px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#550097` / `#0000EE` | none | 10px | 8px 11px 8px 11px | 400 12px | rgba(144, 0, 255, 0.2) 0px 1px 16px 0px |
| secondary | `#FFFFFF` / `#323B4A` | 1px solid rgb(223, 231, 240) | 8px | 8px 12px 8px 12px | 500 14.4px | none |

**States (measured, not guessed)**

- primary hover: border-radius `12.0116px` · background `#2D004F`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: background `#EAF0F6`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.12) 0px 0.602187px 0.602187px -1.26667px, rgba(0, 0, 0, 0.1) 0px 2.28853px 2.28853px -2.53333px, rgba(0, 0, 0, 0.04) 0px 10px 10px -3.8px`
- card: `rgb(215, 241, 254) -5px 1px 22px 0px`
- button: `rgba(144, 0, 255, 0.2) 0px 1px 16px 0px`
- overlay: `rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px`

## Motion
- durations: 200ms (dominant) · 300ms
- easings: `ease` (dominant)
- animated properties: transform

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--fallback-color-white` | `#FFFFFF` |
| `--fallback-color-black` | `#050505` |
| `--fallback-color-purple-100` | `#F3E3FF` |
| `--fallback-color-purple-500` | `#9000FF` |
| `--fallback-color-purple-700` | `#550097` |
| `--fallback-color-grey-100` | `#F1F5F9` |
| `--fallback-color-grey-200` | `#EAF0F6` |
| `--fallback-color-grey-300` | `#DFE7F0` |
| `--fallback-color-grey-700` | `#5E687B` |
| `--fallback-color-grey-800` | `#323B4A` |
| `--fallback-color-grey-900` | `#212833` |

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1240px
- nav: 64px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 198 | 264 | — | — | 0/0 | — |
| 502 | 698 | — | — | 0/0 | — |

## Motion choreography (measured)
- scroll reveal: 4 elements rest at opacity 0, animate in over 400ms (2 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #9000FF · underline

## Responsive (measured)
- breakpoints: 640px · 809px · 1119px · 1139px · 1919px
- mobile (390px): hero 40px · body 12px · nav: inline

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Akiflow's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with akiflow.com. No screenshots stored. Removal requests: hello@mozaika.design.