Home · Branding · MTailor

MTailor Brand Identity

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

Download JSON
Primary
#002939
Accent
#135BEC
Body Font
Raleway
Heading
Raleway

Color Palette

Brand palette extracted from http://mtailor.com.

primary
#002939
rgb(0, 41, 57)
secondary
#214F6A
rgb(33, 79, 106)
accent
#135BEC
rgb(19, 91, 236)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#012939
rgb(1, 41, 57)
link
#012939
rgb(1, 41, 57)

Typography

Each font links to its Google Fonts page where available.

primary
Raleway
heading
Raleway
Raleway, 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

MTailor logo
Logo
MTailor favicon
Favicon

UI Components

Live previews rendered using MTailor's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #CCCCCC borderRadius 60px shadow none
buttonPrimary
background #135BEC textColor #FFFFFF borderRadius 12px shadow rgba(0, 0, 0, 0.2) 0px 8px 10px -6px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px
buttonSecondary
background #FFFFFF textColor #012939 borderColor #012939 borderRadius 60px shadow none

Brand Personality

Tone: professional Energy: medium Audience: individuals seeking custom clothing

MTailor Brand in the Wild

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

Frequently Asked Questions

What is MTailor's primary brand color?

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

What accent color does MTailor use?

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

What font does MTailor use?

MTailor uses Raleway as the primary typeface across body and headings.

Does MTailor use a light or dark theme?

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

Where can I find MTailor's logo?

MTailor's logo is available directly on their site (http://mtailor.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 http://mtailor.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 MTailor.

Methodology

Brand data on this page was extracted from http://mtailor.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 MTailor.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Raleway",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#002939",
    "secondary": "#214F6A",
    "accent": "#135BEC",
    "background": "#FFFFFF",
    "textPrimary": "#012939",
    "link": "#012939"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Raleway",
      "heading": "Raleway"
    },
    "fontStacks": {
      "heading": [
        "Raleway",
        "sans-serif"
      ],
      "body": [
        "Raleway",
        "sans-serif"
      ],
      "paragraph": [
        "Raleway",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "32px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#CCCCCC",
      "borderRadius": "60px",
      "borderRadiusCorners": {
        "topLeft": "60px",
        "topRight": "60px",
        "bottomRight": "60px",
        "bottomLeft": "60px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#135BEC",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0.2) 0px 8px 10px -6px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#012939",
      "borderColor": "#012939",
      "borderRadius": "60px",
      "borderRadiusCorners": {
        "topLeft": "60px",
        "topRight": "60px",
        "bottomRight": "60px",
        "bottomLeft": "60px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.mtailor.com/cdn-cgi/image/format=avif,quality=90/https://cdn.prod.website-files.com/629861169488d43f6ac52f38/629861169488d404a7c52f85_logo.webp",
    "favicon": "https://cdn.prod.website-files.com/629861169488d43f6ac52f38/629861169488d41413c5308f_favicon-32x32.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand name 'MTailor'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Get Measured in 30 Seconds",
      "reasoning": "Button #3 has a vibrant blue background (#135BEC) and action-oriented text 'Get Measured in 30 Seconds', making it a strong primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "See how it Works",
      "reasoning": "Button #1 has a different background color (#FFFFFF) and offers a secondary action 'See how it Works', suitable for a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "individuals seeking custom clothing"
  },
  "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": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand name 'MTailor'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles