Home · Branding · Seaflight Technologies

Seaflight Technologies Brand Identity

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

Download JSON
Primary
#FFDF27
Accent
#FFDF27
Body Font
Arial
Heading
Times New Roman

Color Palette

Brand palette extracted from https://www.seaflight.tech.

primary
#FFDF27
rgb(255, 223, 39)
secondary
#0C3438
rgb(12, 52, 56)
accent
#FFDF27
rgb(255, 223, 39)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#010101
rgb(1, 1, 1)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Arial
heading
Times New Roman
Times New Roman Google Fonts →
Arial, Helvetica, 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

Seaflight Technologies logo
Logo
Seaflight Technologies favicon
Favicon
Seaflight Technologies social image
Social Card

UI Components

Live previews rendered using Seaflight Technologies's actual button styles.

buttonPrimary
background #FFDF27 textColor #0000EE borderRadius 40px shadow none
buttonSecondary
background #0C3438 textColor #0000EE borderRadius 40px shadow none

Brand Personality

Tone: modern Energy: high Audience: technology enthusiasts and logistics companies

Seaflight Technologies Brand in the Wild

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

Frequently Asked Questions

What is Seaflight Technologies's primary brand color?

Seaflight Technologies's primary brand color is #FFDF27. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Seaflight Technologies use?

Seaflight Technologies uses Arial for body text and Times New Roman for headings. Fonts were detected on https://www.seaflight.tech as part of their live design system.

Does Seaflight Technologies use a light or dark theme?

Seaflight Technologies's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Seaflight Technologies's logo?

Seaflight Technologies's logo is available directly on their site (https://www.seaflight.tech). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.seaflight.tech 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 Seaflight Technologies.

Methodology

Brand data on this page was extracted from https://www.seaflight.tech 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 Seaflight Technologies.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Times New Roman",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FFDF27",
    "secondary": "#0C3438",
    "accent": "#FFDF27",
    "background": "#FFFFFF",
    "textPrimary": "#010101",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Times New Roman"
    },
    "fontStacks": {
      "heading": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Times New Roman",
        "times",
        "serif"
      ]
    },
    "fontSizes": {
      "h1": "10px",
      "h2": "34px",
      "body": "22px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFDF27",
      "textColor": "#0000EE",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0C3438",
      "textColor": "#0000EE",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://static.wixstatic.com/media/d960a7_9263171cbc5640f4b2d9b4fed67869fc~mv2.png/v1/fill/w_249,h_78,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/base%20logo%20grey_s.png",
    "favicon": "https://static.wixstatic.com/media/d960a7_a8105aa080a647389487283e84913b85%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/d960a7_a8105aa080a647389487283e84913b85%7Emv2.png",
    "ogImage": "https://static.wixstatic.com/media/d960a7_ad2f5c64637845f3b8ee9d5f327aa956~mv2.jpg/v1/fill/w_2500,h_1724,al_c/d960a7_ad2f5c64637845f3b8ee9d5f327aa956~mv2.jpg",
    "logoHref": "https://www.seaflight.tech",
    "logoAlt": "Seaflight logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Seaflight', and links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "More updates",
      "reasoning": "Button #2 with text 'More updates' has a vibrant background color (#FFDF27) which aligns with the brand's primary color scheme, making it the most likely primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "See the Outbacker",
      "reasoning": "Button #0 with text 'See the Outbacker' has a different background color (#0C3438) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "technology enthusiasts and logistics companies"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Seaflight', and links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles