MozaikaDesign system

Immich — Design System

light · modern · medium · tailwind · confidence 92% · deep decode

The full decoded design system for Immich: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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/ds/immich.

Tokens

Immich's decoded design system: background #FFFFFF, text #0A0A0B, accent #4250AF, link #4250AF, primary #4250AF; type scale h1 36px / h2 36px / body 16px; 8px spacing base; 4px base radius. The single interactive/action color is #4250AF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F0F0F0
border#DADADA
text#0A0A0B
text_muted#676767
primary#4250AF
accent#4250AF
link#4250AF
button_bg#4250AF
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--immich-ui-danger-800lab(22.3811% 41.0341 31.1197)
--immich-ui-danger-300lab(72.5219% 39.626 18.8161)
--immich-ui-primary-500#4250af
--immich-ui-success-200lab(87.12% -73.1038 55.5232)
--color-slate-200lab(91.7353% -.998765 -4.76968)
--color-orange-600lab(57.1026% 64.2584 89.8886)
--color-slate-700lab(26.9569% -1.47016 -15.6993)
--color-neutral-600lab(34.924% 0 0)
--color-neutral-500lab(48.496% 0 0)
--color-amber-600lab(60.3514% 40.5624 87.1228)

…and 110 more measured on the page.

Layout (measured)

Motion choreography (measured)

Load order: div

Overlay recipe (measured)

dialog panel: rgba(0, 0, 0, 0) · radius 0px

Input (measured)

height 40px · radius 8px

Responsive (measured)

Export: DESIGN.md

# Immich — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F0F0F0` |
| border | `#DADADA` |
| text | `#0A0A0B` |
| text_muted | `#676767` |
| primary | `#4250AF` |
| accent | `#4250AF` |
| link | `#4250AF` |
| button_bg | `#4250AF` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#4250AF` — 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`, `link`, `button_bg` are all `#4250AF` — one role, not several (your action color).
- **accent** `#4250AF` — 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.
- **Page coverage** (full-page screenshot pixels): `#FAFAFA` 96.7% · `#CCC4D4` 3.3%

## Typography

- h1: 36px
- h2: 36px
- body: 16px

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 4px, 8px, 10px, 16px, 32px — snap all gaps/padding to these

## Radius
- base: 4px
- button: 9999px

## Primary button
- bg `#4250AF` · text `#FFFFFF` · radius 9999px

## Motion
- durations: 150ms (dominant) · 200ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease`
- animated properties: transform, color, background-color, border-color

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 |
|-------|-------|
| `--immich-ui-danger-800` | `lab(22.3811% 41.0341 31.1197)` |
| `--immich-ui-danger-300` | `lab(72.5219% 39.626 18.8161)` |
| `--immich-ui-primary-500` | `#4250af` |
| `--immich-ui-success-200` | `lab(87.12% -73.1038 55.5232)` |
| `--color-slate-200` | `lab(91.7353% -.998765 -4.76968)` |
| `--color-orange-600` | `lab(57.1026% 64.2584 89.8886)` |
| `--color-slate-700` | `lab(26.9569% -1.47016 -15.6993)` |
| `--color-neutral-600` | `lab(34.924% 0 0)` |
| `--color-neutral-500` | `lab(48.496% 0 0)` |
| `--color-amber-600` | `lab(60.3514% 40.5624 87.1228)` |
| `--immich-ui-warning-100` | `lab(95.2133% 4.11603 9.40188)` |
| `--immich-ui-warning-700` | `lab(46.4331% 14.4771 53.527)` |

_…and 108 more measured on the page._

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

## Layout (measured)
- common grid: 2-col

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 900 | 2 | — | 0/0 | 71/29 |

## Motion choreography (measured)
Load order: `div` @0ms
- overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px

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

## Components (measured)
- input: h 40px · r 8px · bg rgba(0, 0, 0, 0) · placeholder lab(25.76 -0.0000149012 0)

## Responsive (measured)
- breakpoints: 639px · 767px · 800px · 850px · 1023px · 1279px
- mobile (390px): hero 30px · 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/ds/immich

Export: Tailwind v4 (@theme)

@theme {
  /* action color #4250AF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F0F0F0;
  --color-border: #DADADA;
  --color-text: #0A0A0B;
  --color-text-muted: #676767;
  --color-primary: #4250AF;  /* primary brand / action color. */
  --color-accent: #4250AF;  /* 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. */
  --color-link: #4250AF;  /* inline text links — shares the action color. */
  --color-button-bg: #4250AF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  --text-h1: 36px;
  --text-h2: 36px;
  --text-body: 16px;
  --radius-base: 4px;
  --radius-button: 9999px;
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 10, 16, 32px */
}

Export: CSS variables

:root {
  /* action color #4250AF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F0F0F0;
  --border: #DADADA;
  --text: #0A0A0B;
  --text-muted: #676767;
  --primary: #4250AF;  /* primary brand / action color. */
  --accent: #4250AF;  /* 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: #4250AF;  /* inline text links — shares the action color. */
  --button-bg: #4250AF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --radius: 4px;
  --radius-button: 9999px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --immich-ui-danger-800: lab(22.3811% 41.0341 31.1197);
  --immich-ui-danger-300: lab(72.5219% 39.626 18.8161);
  --immich-ui-primary-500: #4250af;
  --immich-ui-success-200: lab(87.12% -73.1038 55.5232);
  --color-slate-200: lab(91.7353% -.998765 -4.76968);
  --color-orange-600: lab(57.1026% 64.2584 89.8886);
  --color-slate-700: lab(26.9569% -1.47016 -15.6993);
  --color-neutral-600: lab(34.924% 0 0);
  --color-neutral-500: lab(48.496% 0 0);
  --color-amber-600: lab(60.3514% 40.5624 87.1228);
  --immich-ui-warning-100: lab(95.2133% 4.11603 9.40188);
  --immich-ui-warning-700: lab(46.4331% 14.4771 53.527);
}