Home · Branding · Fastino

Fastino Brand Identity

A complete profile of Fastino's visual system — colors, typography, components, and personality — extracted from https://www.fastino.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#0000EE
Accent
#191315
Body Font
STK Bureau Sans Book-Trial
Heading
STK Bureau Sans

Color Palette

Brand palette extracted from https://www.fastino.ai/.

primary
#0000EE
rgb(0, 0, 238)
accent
#191315
rgb(25, 19, 21)
background
#0C0608
rgb(12, 6, 8)
textPrimary
#0C0608
rgb(12, 6, 8)
link
#8A6F57
rgb(138, 111, 87)

Typography

Each font links to its Google Fonts page where available.

primary
STK Bureau Sans Book-Trial
STK Bureau Sans Book-Trial Google Fonts →
heading
STK Bureau Sans
STK Bureau Sans Google Fonts →
STK Bureau Sans Book-Trial, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Fastino favicon
Favicon

UI Components

Live previews rendered using Fastino's actual button styles.

buttonPrimary
background #191315 textColor #0000EE borderRadius 30px shadow none
buttonSecondary
background #3D3839 textColor #0000EE borderRadius 30px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Fastino Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Fastino's primary brand color?

Fastino's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Fastino use?

Fastino uses #191315 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Fastino use?

Fastino uses STK Bureau Sans Book-Trial for body text and STK Bureau Sans for headings. Fonts were detected on https://www.fastino.ai/ as part of their live design system.

Does Fastino use a light or dark theme?

Fastino's primary site uses a dark color scheme, with a background of #0C0608.

How was this brand profile generated?

This profile was extracted from https://www.fastino.ai/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Fastino.

Methodology

Brand data on this page was extracted from https://www.fastino.ai/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Fastino.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "STK Bureau Sans Book-Trial",
      "role": "body"
    },
    {
      "family": "STK Bureau Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "accent": "#191315",
    "background": "#0C0608",
    "textPrimary": "#0C0608",
    "link": "#8A6F57"
  },
  "typography": {
    "fontFamilies": {
      "primary": "STK Bureau Sans Book-Trial",
      "heading": "STK Bureau Sans"
    },
    "fontStacks": {
      "heading": [
        "STK Bureau Sans Book-Trial",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "STK Bureau Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "64px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#191315",
      "textColor": "#0000EE",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#3D3839",
      "textColor": "#0000EE",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://framerusercontent.com/images/Ughz0q0aAOqiK7i4LjfN8zurg.png",
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try Pioneer",
      "reasoning": "Button #0, 'Try Pioneer', is the primary CTA due to its distinct dark background color (#191315) which stands out against the other buttons. The text 'Try Pioneer' is action-oriented, suggesting a primary call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Research Blog",
      "reasoning": "Button #1, 'Research Blog', is selected as the secondary button because it has a different background color (#3D3839) from the primary button and serves a less immediate action compared to 'Try Pioneer'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles