MozaikaLive decode

Ryanair Mobile — decoded design system

ryanair.com · light · consumer · deep decode — measured live

Ryanair 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.

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/ryanair.com.

Decoded design system

Ryanair Mobile's decoded design system: background #FFFFFF, text #000000, accent #16348A, link #6C7079, primary #16348A; type scale h1 24px / h2 22px / body 16px; 4px spacing base; 12px base radius. The single interactive/action color is #F1C933 — 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#16348A
accent#16348A
link#6C7079
button_bg#F1C933
button_text#073590

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Layout (measured)

Motion choreography (measured)

Load order: div.shell__spinnerdiv.spinner__icon

Input (measured)

height 40px · radius 4px · focus ring 1px auto rgb(16, 16, 16)

Responsive (measured)

Install it

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

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

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

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

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

Export: DESIGN.md

# Ryanair 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 | `#16348A` |
| accent | `#16348A` |
| link | `#6C7079` |
| button_bg | `#F1C933` |
| button_text | `#073590` |

**Using these colors**

- **Action color** `#F1C933` — 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` are all `#16348A` — one role, not several.
- **accent** `#16348A` — accent for emphasis — keep it rare on the page.
- **link** `#6C7079` — reads as a neutral UI color, not a link accent — verify against the reference (action = #F1C933).
- **Page coverage** (full-page screenshot pixels): `#939393` 34.6% · `#04215A` 17% · `#FFFFFF` 13.4% · `#4C192F` 11.3%

## Typography

- Heading: **Roboto**
- Body: **Roboto**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 24px / 700 · lh 28px |
| h2 | 22px / 700 · lh 21px |
| h3 | 20px / 700 · lh 24px |
| body | 16px / 700 · lh 36px |
| small | 14px / 400 · lh 26px |

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

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

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

## Radius
- base: 12px
- button: 16px
- card: 4px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#F1C933` / `#073590` | none | 16px | 0px 16px 0px 16px | 700 14px | none |
| secondary | `rgba(255, 255, 255, 0.1)` / `#FFFFFF` | 1px solid rgb(255, 255, 255) | 4px | 8px 0px 8px 8px | 400 12px | none |

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.1) 0px 0px 1px 0px`
- card: `rgba(0, 0, 0, 0.05) 0px 2px 4px 0px`
- overlay: `rgba(0, 0, 0, 0.6) 0px 12px 24px 0px`

## Motion
- durations: 250ms (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.

## Layout (measured)
- container max 1160px · common grid: 12-col
- nav: 55px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 314 | 345 | — | — | 0/0 | — |
| 691 | 272 | — | — | 0/0 | — |
| 995 | 406 | — | — | 0/0 | — |
| 1610 | 208 | — | — | 0/0 | — |
| 1883 | 541 | 12 | 16 | 0/0 | — |
| 2105 | 318 | 12 | 16 | 0/0 | — |

## Motion choreography (measured)
Load order: `div.shell__spinner` @0ms → `div.spinner__icon` @567ms

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

## Components (measured)
- input: h 40px · r 4px · border 1px solid rgb(195, 199, 204) · bg rgba(255, 255, 255, 0) · placeholder #757575
  - focus ring: `1px auto rgb(16, 16, 16)` — this exact construction, don't invent your own
- card ×4: pad 361.906px 0px 0px 0px · r 0px · shadow rgba(0, 0, 0, 0.05) 0px 2px 4px 0px · bg rgba(0, 0, 0, 0)
  - hover: font-weight `400` · letter-spacing `normal`
- link: #6C7079 · no underline
- disabled: bg rgba(255, 255, 255, 0.1) · text #FFFFFF

## Responsive (measured)
- breakpoints: 1024px · 1192px
- mobile (390px): hero 24px · 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/ryanair.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. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

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