MozaikaLive decode

Tigris — decoded design system

tigrisdata.com · dark · modern · tailwind · deep decode — measured live

Tigris'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/tigrisdata.com.

Decoded design system

Tigris's decoded design system: background #0A171E, text #FFFFFF, accent #62FEB5, link #8FA3B0, primary #0B181E; type scale h1 104px / h2 70px / body 14px; 4px spacing base; 8px base radius. The single interactive/action color is #62FEB5 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0A171E
surface#18242B
border#2E393F
text#FFFFFF
text_muted#A1A6A9
primary#0B181E
accent#62FEB5
link#8FA3B0
secondary#62FEB5
button_bg#62FEB5
button_text#050C0F

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color-border-light#2a404b
--color-bg-primary#0a171e
--color-bg-card#142229
--color-text-secondary#8fa3b0
--color-gray-500oklch(55.1% .027 264.364)
--color-accent-green#62feb5
--color-red-400oklch(70.4% .191 22.216)
--color-white#fff
--color-red-500oklch(63.7% .237 25.331)
--color-accent-green-dark#050c0f

…and 59 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.gradient-text×4 → div.cursor-glowdiv.animate-hero-fade-indiv.flexdiv.relativediv.gradient-text

Scroll reveal: 7 elements rest at opacity 0, animate in over 0.6s cubic-bezier(0, 0, 0.2, 1).

Stagger: line ×4 — 350ms apart.

Stagger: g ×4 — 350ms apart.

Responsive (measured)

Install it

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

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

registry item · or query it over MCP: get_design_system("Tigris")

Export: DESIGN.md

# Tigris — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#0A171E` |
| surface | `#18242B` |
| border | `#2E393F` |
| text | `#FFFFFF` |
| text_muted | `#A1A6A9` |
| primary | `#0B181E` |
| accent | `#62FEB5` |
| link | `#8FA3B0` |
| secondary | `#62FEB5` |
| button_bg | `#62FEB5` |
| button_text | `#050C0F` |

**Using these colors**

- **Action color** `#62FEB5` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `secondary`, `button_bg` are all `#62FEB5` — one role, not several (your action color).
- **accent** `#62FEB5` — 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.
- **primary** `#0B181E` — a brand color — but the call-to-action uses #62FEB5, not this.
- **link** `#8FA3B0` — reads as a neutral UI color, not a link accent — verify against the reference (action = #62FEB5).
- **Page coverage** (full-page screenshot pixels): `#0A171E` 92.2% · `#455E60` 7.8%

## Typography

- Heading: **Geist Mono** _(free fallback: JetBrains Mono)_
- Body: **Geist Mono** _(free fallback: JetBrains Mono)_
- Mono: **Geist Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 104px / 600 · lh 92px · tracking -4.68px |
| h2 | 70px / 800 · lh 67px · tracking -1.75px |
| h3 | 40px / 800 · lh 50px · tracking -1px |
| body | 14px / 400 · lh 20px |
| small | 13px / 400 · lh 21px |
| eyebrow | 10px / 400 · tracking 1.6px |

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

> **Fonts —** Geist Mono may be proprietary — safe free fallback: JetBrains Mono (Google Fonts).

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

## Radius
- base: 8px
- button: 12px
- card: 4px
- pill: 9999px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#62FEB5` / `#050C0F` | 1px solid oklab(0 0 0 / 0) | 12px | 12px 16px 12px 16px | 600 16px | none |
| secondary | `#142229` / `#FFFFFF` | 1px solid oklab(0.999994 0.0000455678 0.0000200868 / 0.12) | 12px | 12px 16px 12px 16px | 600 16px | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: background `#1A2D36`
- transition: `opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(98, 254, 181, 0.45) 0px 0px 10px -2px`

## Motion
- durations: 150ms (dominant) · 3000ms · 300ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-in-out`
- animated properties: border-color, color, background-color, outline-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 |
|-------|-------|
| `--color-border-light` | `#2a404b` |
| `--color-bg-primary` | `#0a171e` |
| `--color-bg-card` | `#142229` |
| `--color-text-secondary` | `#8fa3b0` |
| `--color-gray-500` | `oklch(55.1% .027 264.364)` |
| `--color-accent-green` | `#62feb5` |
| `--color-red-400` | `oklch(70.4% .191 22.216)` |
| `--color-white` | `#fff` |
| `--color-red-500` | `oklch(63.7% .237 25.331)` |
| `--color-accent-green-dark` | `#050c0f` |
| `--color-border` | `#1e3340` |
| `--color-black` | `#000` |

_…and 57 more measured on the page._

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

## Layout (measured)
- container max 1400px
- nav: 79px fixed · backdrop blur(12px) · border-bottom 1px solid oklab(0.309441 -0.0195466 -0.0298022 / 0.5) · bg oklab(0.196245 -0.0138487 -0.0185486 / 0.8)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 790 | — | — | 208/60 | — |
| 953 | 602 | — | — | 0/0 | — |
| 1554 | 1009 | — | — | 0/0 | — |
| 2563 | 461 | — | — | 0/0 | — |
| 3023 | 840 | — | — | 0/0 | — |
| 3864 | 540 | — | — | 0/0 | — |
| 4404 | 493 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `span.gradient-text`×4 @0ms → `div.cursor-glow` @36ms → `div.animate-hero-fade-in` @36ms → `div.flex` @36ms → `div.relative` @36ms → `div.gradient-text` @36ms
- `div.animate-hero-fade-in` — opacity 0→1 · transform translateY(12px)→translateY(0px) — 800ms ease-out
- `div.relative` — opacity 0→1 · transform translate(24px)→translate(0px) — 400ms cubic-bezier(0.2, 0.7, 0.3, 1)
- `div.cursor-glow` — transform scale(1)→scale(1) · filter blur(24px) brightness(1)→blur(24px) brightness(1) — 4200ms ease-in-out · loops
- `div.absolute` — opacity 1→1 — 3000ms ease-in-out · loops
- `div.flex` — backgroundColor rgba(100, 194, 226, 0.14)→rgba(100, 194, 226, 0.34) — 3000ms ease-in-out · loops
- `div.flex` — transform scale(1)→scale(1) — 2600ms ease-in-out · loops
- stagger: `line` ×4 — 350ms apart
- stagger: `g` ×4 — 350ms apart
- stagger: `div` ×27 — 80ms apart
- scroll reveal: 7 elements rest at opacity 0, animate in over 0.6s cubic-bezier(0, 0, 0.2, 1) (7 revealed during the drive).

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

## Components (measured)
- link: #4ED9B2 · no underline — hover #FFFFFF
- disabled: bg rgba(0, 0, 0, 0) · text oklab(0.999994 0.0000455678 0.0000200868 / 0.45)

## Responsive (measured)
- breakpoints: 400px · 500px · 640px · 750px · 768px · 1024px
- mobile (390px): hero 32px · body 16px · nav: hamburger

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

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