Home · Branding · Jido Maps

Jido Maps Brand Identity

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

Download JSON
Primary
#335FFF
Accent
#335FFF
Body Font
Roboto
Heading
Builder Sans

Color Palette

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

primary
#335FFF
rgb(51, 95, 255)
secondary
#1D5D90
rgb(29, 93, 144)
accent
#335FFF
rgb(51, 95, 255)
background
#131316
rgb(19, 19, 22)
textPrimary
#131316
rgb(19, 19, 22)
link
#216BA5
rgb(33, 107, 165)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Builder Sans
Builder Sans Google Fonts →
Builder Extended, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, 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

Jido Maps logo
Logo
Jido Maps favicon
Favicon
Jido Maps social image
Social Card

UI Components

Live previews rendered using Jido Maps's actual button styles.

input
background transparent textColor #D5D7DD borderColor null borderRadius 9999px shadow none
buttonPrimary
background #335FFF textColor #F7F7F8 borderRadius 8px shadow none
buttonSecondary
background #2A2B31 textColor #F7F7F8 borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: gamers and developers

Jido Maps Brand in the Wild

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

Frequently Asked Questions

What is Jido Maps's primary brand color?

Jido Maps's primary brand color is #335FFF. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Jido Maps use?

Jido Maps uses Roboto for body text and Builder Sans for headings. Fonts were detected on https://jidomaps.com/ as part of their live design system.

Does Jido Maps use a light or dark theme?

Jido Maps's primary site uses a dark color scheme, with a background of #131316.

Where can I find Jido Maps's logo?

Jido Maps's logo is available directly on their site (https://jidomaps.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://jidomaps.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 Jido Maps.

Methodology

Brand data on this page was extracted from https://jidomaps.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 Jido Maps.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Builder Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#335FFF",
    "secondary": "#1D5D90",
    "accent": "#335FFF",
    "background": "#131316",
    "textPrimary": "#131316",
    "link": "#216BA5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Builder Sans"
    },
    "fontStacks": {
      "heading": [
        "Builder Extended",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen-Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Builder Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen-Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Builder Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen-Sans",
        "Ubuntu",
        "Cantarell",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "63.8958px",
      "h2": "23.9583px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#D5D7DD",
      "borderColor": null,
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#335FFF",
      "textColor": "#F7F7F8",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#2A2B31",
      "textColor": "#F7F7F8",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://about.roblox.com/images/Roblox_Logo_White.svg",
    "favicon": "https://about.roblox.com/favicon.ico",
    "ogImage": "https://cms-media.roblox.com/ws5DHYmoSkSoAzcWYmKX",
    "logoHref": "/",
    "logoAlt": "Roblox Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Roblox', and links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Join now",
      "reasoning": "Button #5 has a vibrant blue background (#335FFF), which is the brand color, making it stand out as the primary call-to-action. The text 'Join now' is action-oriented, reinforcing its primary status."
    },
    "secondary": {
      "index": 5,
      "text": "Learn more",
      "reasoning": "Button #0 has a different background color (#2A2B31) and the text 'Learn more', which is typical for a secondary action. It complements the primary CTA without competing for attention."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "gamers and developers"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Roblox', and links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles