Home · Branding · Maitai

Maitai Brand Identity

A complete profile of Maitai's visual system — colors, typography, components, and personality — extracted from https://trymaitai.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#0000EE
Accent
#21B892
Body Font
Greycliff CF
Heading
Plus Jakarta Sans

Color Palette

Brand palette extracted from https://trymaitai.com.

primary
#0000EE
rgb(0, 0, 238)
secondary
#FA651D
rgb(250, 101, 29)
accent
#21B892
rgb(33, 184, 146)
background
#F9FAFA
rgb(249, 250, 250)
textPrimary
#959696
rgb(149, 150, 150)
link
#21B892
rgb(33, 184, 146)

Typography

Each font links to its Google Fonts page where available.

primary
Greycliff CF
Greycliff CF Google Fonts →
heading
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
Greycliff CF, 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

Maitai logo
Logo
Maitai favicon
Favicon
Maitai social image
Social Card

UI Components

Live previews rendered using Maitai's actual button styles.

buttonPrimary
background #1E1515 textColor #0000EE borderRadius 4px shadow none
buttonSecondary
background #222222 textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px

Brand Personality

Tone: modern Energy: medium Audience: enterprise users interested in AI solutions

Maitai Brand in the Wild

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

Frequently Asked Questions

What is Maitai's primary brand color?

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

What accent color does Maitai use?

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

What font does Maitai use?

Maitai uses Greycliff CF for body text and Plus Jakarta Sans for headings. Fonts were detected on https://trymaitai.com as part of their live design system.

Does Maitai use a light or dark theme?

Maitai's primary site uses a light color scheme, with a background of #F9FAFA.

Where can I find Maitai's logo?

Maitai's logo is available directly on their site (https://trymaitai.com). 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://trymaitai.com 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 Maitai.

Methodology

Brand data on this page was extracted from https://trymaitai.com 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 Maitai.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Greycliff CF",
      "role": "body"
    },
    {
      "family": "Plus Jakarta Sans",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#FA651D",
    "accent": "#21B892",
    "background": "#F9FAFA",
    "textPrimary": "#959696",
    "link": "#21B892"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Greycliff CF",
      "heading": "Plus Jakarta Sans"
    },
    "fontStacks": {
      "heading": [
        "Greycliff CF",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Greycliff CF",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1E1515",
      "textColor": "#0000EE",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#222222",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3B%22%20viewBox%3D%220%200%20380%20102%22%20preserveAspectRatio%3D%22none%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20data-fc-idx%3D%220%22%3E%3Csvg%20width%3D%22380%22%20height%3D%22102%22%20fill%3D%22none%22%20id%3D%22svg-1004662294_2021%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M362.784%2098.636h14.06V29.168h-14.06v69.469Zm6.954-79.522c2.608%200%204.762-.907%206.576-2.76%201.815-1.776%202.76-3.854%202.76-6.425%200-2.57-.983-4.686-2.76-6.538-1.814-1.852-3.968-2.797-6.576-2.797-2.57%200-4.649.983-6.425%202.797-1.815%201.852-2.759%203.968-2.759%206.538%200%202.57.944%204.65%202.721%206.426%201.814%201.814%203.893%202.759%206.463%202.759Zm-107.454%2023.32V29.168h-13.228V15.863h-14.061v53.482c0%2015.572%2012.057%2028.46%2027.289%2029.783V84.954c-7.483-1.247-13.228-7.823-13.228-15.61v-26.91h13.228Zm-55.333%2056.202h14.022V29.168h-14.022v69.469Zm6.917-79.522c2.607%200%204.762-.907%206.614-2.76%201.776-1.776%202.721-3.854%202.721-6.425%200-2.57-.945-4.686-2.759-6.538-1.814-1.852-3.969-2.797-6.576-2.797-2.571%200-4.612.983-6.426%202.797-1.776%201.852-2.759%203.968-2.759%206.538%200%202.57.945%204.65%202.759%206.426%201.777%201.814%203.893%202.759%206.426%202.759Zm-35%2044.788c0%2012.85-10.431%2023.282-23.32%2023.282-12.85%200-23.282-10.431-23.282-23.282%200-12.888%2010.432-23.32%2023.282-23.32%2012.889%200%2023.32%2010.432%2023.32%2023.32Zm14.023%200V29.168h-14.023v5.518a37.28%2037.28%200%200%200-23.32-8.164c-20.636%200-37.342%2016.743-37.342%2037.38%200%2020.637%2016.706%2037.342%2037.342%2037.342A37.197%2037.197%200%200%200%20174.9%2095.84l3.968-2.382v5.178h14.023V63.902ZM.925%2098.636h14.06V56.948c0-8.694%207.144-15.837%2015.837-15.837s15.836%207.144%2015.836%2015.837v41.688h14.06V56.948c0-8.694%207.144-15.837%2015.799-15.837%208.693%200%2015.837%207.144%2015.837%2015.837v41.688h14.06V56.948c0-16.442-13.456-29.897-29.897-29.897-7.9%200-15.383%203.137-21.014%208.693l-1.815%201.852-1.852-1.852c-5.593-5.556-13.115-8.693-21.014-8.693C14.38%2027.051.925%2040.506.925%2056.948v41.688Zm333.776-34.734c0%2012.85-10.432%2023.282-23.282%2023.282-12.889%200-23.32-10.431-23.32-23.282%200-12.888%2010.431-23.32%2023.32-23.32%2012.85%200%2023.282%2010.432%2023.282%2023.32Zm14.06%200V29.168h-14.06v5.518c-6.387-5.103-14.476-8.164-23.282-8.164-20.637%200-37.343%2016.743-37.343%2037.38%200%2020.637%2016.706%2037.342%2037.343%2037.342%206.841%200%2013.493-1.852%2019.314-5.404l3.968-2.382v5.178h14.06V63.902Z%22%20fill%3D%22%231F272B%22%2F%3E%3C%2Fsvg%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/luPTEMp6vjI9bugHp1xokhz9c.svg",
    "ogImage": "https://framerusercontent.com/images/vOxvSzcZOf3LZGrnLxdHJf4Nu7I.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 4,
    "reasoning": "Selected #4 because it is visible, links to the homepage, and matches the brand name 'Maitai' inferred from the page title and URL.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "The 'Get Started' button is typically the main call-to-action on websites, encouraging users to begin using the service. It is action-oriented and aligns with common primary CTA text."
    },
    "secondary": {
      "index": 3,
      "text": "See our docs",
      "reasoning": "The 'See our docs' button has a different background color and serves as a secondary action, guiding users to additional resources."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "enterprise users interested in AI solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 4,
        "selectedLogoReasoning": "Selected #4 because it is visible, links to the homepage, and matches the brand name 'Maitai' inferred from the page title and URL.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles