Instagram Mobile — Design System
Instagram Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
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/instagram-mobile.
Tokens
Instagram Mobile's decoded design system: background #FFFFFF, text #000000, accent #425BFF, link #425BFF, primary #425BFF; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #425BFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #425BFF |
| accent | #425BFF |
| link | #425BFF |
| button_bg | #425BFF |
| button_text | #FFFFFF |
Using these colors
- Action color
#425BFF— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#425BFF— one role, not several (the action color).- accent
#425BFF— 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.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 18px, 20px, 24px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgb(255, 255, 255) 0px 0px 0px 2px, rgb(24, 119, 242) 0px 0px 0px 4px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.17, 0.17, 0, 1).
- durations: 200ms · 100ms · 150ms
- easings:
cubic-bezier(0.17, 0.17, 0, 1)·cubic-bezier(0, 0, 1, 1) - animated properties: none
Native design tokens
| Token | Value |
|---|---|
--fds-black | #000000 |
--fds-black-alpha-05 | rgba(0, 0, 0, 0.05) |
--fds-black-alpha-10 | rgba(0, 0, 0, 0.1) |
--fds-black-alpha-15 | rgba(0, 0, 0, 0.15) |
--fds-black-alpha-20 | rgba(0, 0, 0, 0.2) |
--fds-black-alpha-30 | rgba(0, 0, 0, 0.3) |
--fds-black-alpha-40 | rgba(0, 0, 0, 0.4) |
--fds-black-alpha-50 | rgba(0, 0, 0, 0.5) |
--fds-black-alpha-60 | rgba(0, 0, 0, 0.6) |
--fds-black-alpha-80 | rgba(0, 0, 0, 0.8) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#E7EAEE - primary focus: box-shadow
rgb(255, 255, 255) 0px 0px 0px 2px, rgb(24, 119, 242) 0px 0px 0px 4px
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Input (measured)
height 38px · radius 0px
Themes
dark counterpart: background #0C1014, text #F5F5F5.
Responsive (measured)
- mobile (390px): nav inline
Export: DESIGN.md
# Instagram Mobile — Design System > light, consumer, high — deep decode (measured live) Instagram Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default. ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#425BFF` | | accent | `#425BFF` | | link | `#425BFF` | | button_bg | `#425BFF` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#425BFF` — 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 `#425BFF` — one role, not several (your action color). - **accent** `#425BFF` — 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): `#54575A` 69.6% · `#FFFFFF` 23.5% · `#333034` 6% · `#C8CACC` 0.9% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 40px / 400 · lh 65px | | h2 | 24px / 700 · lh 30px | | h3 | 17px / 600 · lh 22px | | body | 14px / 600 · lh 18px | | small | 12px / 400 · lh 16px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 18px, 20px, 24px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 22px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#F0F2F5` / `#0C1014` | none | 8px | 0px 16px 0px 16px | 600 14px | none | **States (measured, not guessed)** - primary hover: background `#E7EAEE` - primary focus: box-shadow `rgb(255, 255, 255) 0px 0px 0px 2px, rgb(24, 119, 242) 0px 0px 0px 4px` ## Shadows (elevation) - subtle: `rgb(255, 255, 255) 0px 0px 0px 2px, rgb(24, 119, 242) 0px 0px 0px 4px` ## Motion - durations: 200ms (dominant) · 100ms · 150ms - easings: `cubic-bezier(0.17, 0.17, 0, 1)` (dominant) · `cubic-bezier(0, 0, 1, 1)` - animated properties: none 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 | |-------|-------| | `--fds-black` | `#000000` | | `--fds-black-alpha-05` | `rgba(0, 0, 0, 0.05)` | | `--fds-black-alpha-10` | `rgba(0, 0, 0, 0.1)` | | `--fds-black-alpha-15` | `rgba(0, 0, 0, 0.15)` | | `--fds-black-alpha-20` | `rgba(0, 0, 0, 0.2)` | | `--fds-black-alpha-30` | `rgba(0, 0, 0, 0.3)` | | `--fds-black-alpha-40` | `rgba(0, 0, 0, 0.4)` | | `--fds-black-alpha-50` | `rgba(0, 0, 0, 0.5)` | | `--fds-black-alpha-60` | `rgba(0, 0, 0, 0.6)` | | `--fds-black-alpha-80` | `rgba(0, 0, 0, 0.8)` | | `--fds-blue-05` | `#ECF3FF` | | `--fds-blue-30` | `#AAC9FF` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Motion choreography (measured) - 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 38px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #111112 - disabled: bg rgba(0, 0, 0, 0) · text #000000 ## Themes (both measured) - dark counterpart: bg `#0C1014` · text `#F5F5F5` - tokens that flip between modes: - `--fds-black`: `#000000` → `black` - `--fds-blue-05`: `#ECF3FF` → `black` - `--fds-blue-30`: `#AAC9FF` → `black` - `--fds-blue-40`: `#77A7FF` → `black` - `--fds-blue-60`: `#1877F2` → `black` - `--fds-blue-70`: `#2851A3` → `black` - `--fds-blue-80`: `#1D3C78` → `black` - `--fds-button-text`: `#444950` → `black` ## Responsive (measured) - mobile (390px): body 14px · 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/instagram-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #425BFF — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #EFEFEF;
--color-border: #D8D8D8;
--color-text: #000000;
--color-text-muted: #606060;
--color-primary: #425BFF; /* primary brand / action color. */
--color-accent: #425BFF; /* 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: #425BFF; /* inline text links — shares the action color. */
--color-button-bg: #425BFF; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
--text-hero: 40px; --font-weight-hero: 400; --leading-hero: 65px;
--text-h2: 24px; --font-weight-h2: 700; --leading-h2: 30px;
--text-h3: 17px; --font-weight-h3: 600; --leading-h3: 22px;
--text-body: 14px; --font-weight-body: 600; --leading-body: 18px;
--text-small: 12px; --font-weight-small: 400; --leading-small: 16px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 22px;
--shadow-subtle: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(24, 119, 242) 0px 0px 0px 4px;
--color-btn-hover: #E7EAEE; /* measured primary hover fill */
--shadow-focus: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(24, 119, 242) 0px 0px 0px 4px; /* measured focus ring */
--ease-brand: cubic-bezier(0.17, 0.17, 0, 1);
--duration-fast: 100ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 150ms;
--duration-slow: 200ms;
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 10, 12, 16, 18, 20, 24px */
}Export: CSS variables
:root {
/* action color #425BFF — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D8D8;
--text: #000000;
--text-muted: #606060;
--primary: #425BFF; /* primary brand / action color. */
--accent: #425BFF; /* 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: #425BFF; /* inline text links — shares the action color. */
--button-bg: #425BFF; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 40px; --weight-hero: 400; --leading-hero: 65px;
--text-h2: 24px; --weight-h2: 700; --leading-h2: 30px;
--text-h3: 17px; --weight-h3: 600; --leading-h3: 22px;
--text-body: 14px; --weight-body: 600; --leading-body: 18px;
--text-small: 12px; --weight-small: 400; --leading-small: 16px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 22px;
--shadow-subtle: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(24, 119, 242) 0px 0px 0px 4px;
--btn-bg-hover: #E7EAEE;
--focus-ring: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(24, 119, 242) 0px 0px 0px 4px;
--ease: cubic-bezier(0.17, 0.17, 0, 1);
--duration-fast: 100ms;
--duration-base: 150ms;
--duration-slow: 200ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--fds-black: #000000;
--fds-black-alpha-05: rgba(0, 0, 0, 0.05);
--fds-black-alpha-10: rgba(0, 0, 0, 0.1);
--fds-black-alpha-15: rgba(0, 0, 0, 0.15);
--fds-black-alpha-20: rgba(0, 0, 0, 0.2);
--fds-black-alpha-30: rgba(0, 0, 0, 0.3);
--fds-black-alpha-40: rgba(0, 0, 0, 0.4);
--fds-black-alpha-50: rgba(0, 0, 0, 0.5);
--fds-black-alpha-60: rgba(0, 0, 0, 0.6);
--fds-black-alpha-80: rgba(0, 0, 0, 0.8);
--fds-blue-05: #ECF3FF;
--fds-blue-30: #AAC9FF;
}