MozaikaLive decode

TickTick — decoded design system

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

TickTick'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/ticktick.com.

Decoded design system

TickTick's decoded design system: background #FFFFFF, text #000000, accent #4772FA, link #6C8EFB, primary #4772FA; type scale h1 52px / h2 36px / body 18px; 8px spacing base; 0px base radius. The single interactive/action color is #4772FA — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#4772FA
accent#4772FA
link#6C8EFB
button_bg#4772FA
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with cubic-bezier(0.45, 0, 0.55, 1).

Native design tokens

TokenValue
--baseCardBorderRadius30px
--containerLargeWidth90%
--containerWidth90%
--containerLargeMaxWidth1400px
--containerMaxWidth1200px
--moduleTitleMarginTop140px
--moduleTitleMarginBottom60px

Button states (measured)

Motion choreography (measured)

Load order: divdiv.fade-enter_3jVfR×4 → div.fade-enter_3jVfR×4

Scroll reveal: 7 elements rest at opacity 0, translateY(40px), animate in over 0.5s cubic-bezier(0.45, 0, 0.55, 1).

Responsive (measured)

Install it

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

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

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/ticktick.theme.ts https://mozaika.design/api/astryx/decode/ticktick.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("TickTick")

Export: DESIGN.md

# TickTick — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#4772FA` |
| accent | `#4772FA` |
| link | `#6C8EFB` |
| button_bg | `#4772FA` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#4772FA` — 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 `#4772FA` — one role, not several (your action color).
- **accent** `#4772FA` — 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** `#6C8EFB` — inline text links and link-styled controls.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 69% · `#E3EEFA` 26.3% · `#BDC7DB` 4.7%

## Typography

- Heading: **Segoe UI** _(free fallback: Newsreader)_
- Body: **Roboto**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 52px / 700 · lh 63px · tracking 1.04px |
| h2 | 36px / 700 · lh 48px · tracking 0.72px |
| h3 | 26px / 600 · lh 40px |
| body | 18px / 400 · lh 28px |
| small | 16px / 500 · lh 80px |

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

> **Fonts —** Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts). Roboto — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 8px, 20px, 24px, 32px, 36px, 40px, 48px, 52px, 60px, 80px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 9999px
- card: 30px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#4772FA` / `#FFFFFF` | none | 9999px | 0px 36px 0px 36px | 400 20px | none |
| secondary | `rgba(0, 0, 0, 0)` / `rgba(25, 25, 25, 0.8)` | 1px solid rgba(0, 0, 0, 0.24) | 9999px | 8px 20px 8px 20px | 500 16px | none |

**States (measured, not guessed)**

- primary hover: background `#6C8EFB`
- secondary hover: border `1px solid rgba(0, 0, 0, 0.56)`
- transition: `all 0.3s ease`

## Shadows (elevation)
- card: `rgba(11, 32, 96, 0.05) 0px 6px 24px 0px`
- overlay: `rgba(15, 28, 71, 0.1) 0px 12px 64px 0px`

## Motion
- durations: 200ms (dominant) · 500ms · 300ms
- easings: `cubic-bezier(0.45, 0, 0.55, 1)` (dominant) · `ease`
- animated properties: transform, opacity, -webkit-transform, margin

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 |
|-------|-------|
| `--baseCardBorderRadius` | `30px` |
| `--containerLargeWidth` | `90%` |
| `--containerWidth` | `90%` |
| `--containerLargeMaxWidth` | `1400px` |
| `--containerMaxWidth` | `1200px` |
| `--moduleTitleMarginTop` | `140px` |
| `--moduleTitleMarginBottom` | `60px` |

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

## Motion choreography (measured)
Load order: `div` @0ms → `div.fade-enter_3jVfR`×4 @300ms → `div.fade-enter_3jVfR`×4 @301ms
- scroll reveal: 7 elements rest at opacity 0, translateY(40px), animate in over 0.5s cubic-bezier(0.45, 0, 0.55, 1) (6 revealed during the drive).

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

## Responsive (measured)
- breakpoints: 320px · 480px · 768px · 1024px
- mobile (390px): hero 40px · body 16px · 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/ticktick.com

← 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 TickTick's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with ticktick.com. No screenshots stored. Removal requests: hello@mozaika.design.