1Password Mobile — decoded design system
1Password Mobile'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.
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/1password.com.
Decoded design system
1Password Mobile's decoded design system: background #FFFFFF, text #000000, accent #6851D6, link #6851D6, primary #6851D6; type scale h1 88px / h2 64px / body 20px; 8px spacing base; 12px base radius. The single interactive/action color is #145FE4 — 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 | #6851D6 |
| accent | #6851D6 |
| link | #6851D6 |
| button_bg | #145FE4 |
| button_text | #000000 |
Using these colors
- Action color
#145FE4— the single interactive color; only on things you click or must notice, never large fills. primary,accent,linkare all#6851D6— one role, not several (the action color).- accent
#6851D6— accent for emphasis — keep it rare on the page.
Typography
- Heading: agileSans
- Body: agileSans
- h1: 88px
- h2: 64px
- body: 20px
Spacing
- base unit: 8px
- scale: 2px, 3px, 4px, 8px, 10px, 16px, 20px, 24px, 32px, 64px
Radii
- base: 12px
- button: 9999px
Shadow
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 500ms · 100ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease - animated properties: background-size, background-color, color, border-color
Native design tokens
| Token | Value |
|---|---|
--navbar-height | 4.94rem |
--viewport-height | 100% |
Button states (measured)
- primary hover: box-shadow
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 3px - primary focus: outline
2px solid rgb(59, 101, 186)
Layout (measured)
- container max-width:
820px - nav: 132px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: div.max-w-4xl → div.z-[20] → div.flex → div.flex
Responsive (measured)
- breakpoints: 563px · 768px · 1024px · 1180px
- mobile (390px): hero 48px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/1password.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/1password.theme.ts https://mozaika.design/api/astryx/decode/1password.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("1Password Mobile")
Export: DESIGN.md
# 1Password Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#6851D6` | | accent | `#6851D6` | | link | `#6851D6` | | button_bg | `#145FE4` | | button_text | `#000000` | **Using these colors** - **Action color** `#145FE4` — 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` are all `#6851D6` — one role, not several. - **accent** `#6851D6` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#1D1D21` 55.4% · `#1D3259` 19.5% · `#FDFDFD` 15.2% · `#B9B2A1` 9.9% ## Typography - Heading: **agileSans** _(free fallback: Newsreader)_ - Body: **agileSans** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 88px / 300 · lh 97px · tracking -1.76px | | h2 | 64px / 300 · lh 70px · tracking -1.28px | | h3 | 40px / 350 · lh 48px · tracking -0.8px | | body | 20px / 300 · lh 30px · tracking -0.4px | | small | 16px / 350 · lh 26px · tracking -0.32px | - Weight ladder: 300 · 350 · 400 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** agileSans may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 3px, 4px, 8px, 10px, 16px, 20px, 24px, 32px, 64px — snap all gaps/padding to these ## Radius - base: 12px - button: 9999px - card: 25px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#145FE4` / `#000000` | none | 9999px | 1px 1px 1px 1px | 350 16px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 9999px | 10px 24px 10px 24px | 400 16px | none | **States (measured, not guessed)** - primary hover: box-shadow `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 3px` - primary focus: outline `2px solid rgb(59, 101, 186)` - secondary hover: color `#145FE4` - transition: `box-shadow 0.15s cubic-bezier(0, 0, 0.2, 1)` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px` - button: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 95, 228) 0px 0px 0px 0px` ## Motion - durations: 300ms (dominant) · 500ms · 100ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease` - animated properties: background-size, background-color, 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 | |-------|-------| | `--navbar-height` | `4.94rem` | | `--viewport-height` | `100%` | Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 820px · common grid: 2-col - nav: 132px relative · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 52 | 1498 | — | — | 0/0 | — | | 1550 | 570 | — | — | 0/0 | — | | 2120 | 1024 | — | — | 0/0 | — | | 3168 | 617 | — | — | 0/0 | — | | 3809 | 735 | 2 | — | 0/0 | — | | 4568 | 627 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.max-w-4xl` @0ms → `` @0ms → `div.flex` @200ms → `div.flex` @200ms - `div.max-w-4xl` — opacity 0→1 · transform translateY(20px)→translateY(0px) — 500ms ease-out (delay 150ms) - `?` — opacity 0→1 · transform translateY(20px)→translateY(0px) — 500ms ease-out (delay 250ms) Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - card ×3: pad 0px 0px 0px 0px · r 25px · bg #FFFFFF - hover: padding `8px 8px 8px 8px` · height `541.438px` · font-weight `350` · letter-spacing `normal` - link: #145FE4 · no underline — hover #FFFFFF ## Responsive (measured) - breakpoints: 563px · 768px · 1024px · 1180px - mobile (390px): hero 48px · 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/1password.com
An automated reading of 1Password Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with 1password.com. No screenshots stored. Removal requests: hello@mozaika.design.