Home · Branding · The Robot Learning Company

The Robot Learning Company Brand Identity

A complete profile of The Robot Learning Company's visual system — colors, typography, components, and personality — extracted from https://www.robot-learning.co/. Built for designers, agents, and AI tools.

Download JSON
Primary
#0000EE
Accent
#FFF4E5
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.robot-learning.co/.

primary
#0000EE
rgb(0, 0, 238)
secondary
#663C01
rgb(102, 60, 1)
accent
#FFF4E5
rgb(255, 244, 229)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#666666
rgb(102, 102, 102)
link
#FFF4E5
rgb(255, 244, 229)

Typography

Each font links to its Google Fonts page where available.

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

The Robot Learning Company favicon
Favicon
The Robot Learning Company social image
Social Card

UI Components

Live previews rendered using The Robot Learning Company's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 30px shadow rgba(255, 255, 255, 0.1) 0px 0px 0px 0px inset, rgb(0, 0, 0) 0px 0px 0px 1px inset
buttonPrimary
background #F0F0F0 textColor #0A0A0A borderRadius 25px shadow none

Brand Personality

Tone: modern Energy: medium Audience: technology enthusiasts and professionals interested in robotics and AI

The Robot Learning Company Brand in the Wild

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

Frequently Asked Questions

What is The Robot Learning Company's primary brand color?

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

What accent color does The Robot Learning Company use?

The Robot Learning Company uses #FFF4E5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does The Robot Learning Company use?

The Robot Learning Company uses Inter as the primary typeface across body and headings.

Does The Robot Learning Company use a light or dark theme?

The Robot Learning Company's primary site uses a light color scheme, with a background of #FFFFFF.

How was this brand profile generated?

This profile was extracted from https://www.robot-learning.co/ 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 The Robot Learning Company.

Methodology

Brand data on this page was extracted from https://www.robot-learning.co/ 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 The Robot Learning Company.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#663C01",
    "accent": "#FFF4E5",
    "background": "#FFFFFF",
    "textPrimary": "#666666",
    "link": "#FFF4E5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "40px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "rgba(255, 255, 255, 0.1) 0px 0px 0px 0px inset, rgb(0, 0, 0) 0px 0px 0px 1px inset"
    },
    "buttonPrimary": {
      "background": "#F0F0F0",
      "textColor": "#0A0A0A",
      "borderRadius": "25px",
      "borderRadiusCorners": {
        "topLeft": "25px",
        "topRight": "25px",
        "bottomRight": "25px",
        "bottomLeft": "25px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://framerusercontent.com/images/6zmh8rzXxGWOwyfLBt8QKwyCQ38.svg",
    "ogImage": "https://framerusercontent.com/images/ux88ZOpqk7jVuS7dNA53LzuWrY.jpg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The provided logo candidate is not in the header and does not match the favicon or brand indicators. It is located in the body, which is unusual for a primary brand logo.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join Email List",
      "reasoning": "The button 'Join Email List' is the only button available and serves as the main call-to-action, despite its neutral color."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button available, so no secondary button can be selected."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "technology enthusiasts and professionals interested in robotics and AI"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "The provided logo candidate is not in the header and does not match the favicon or brand indicators. It is located in the body, which is unusual for a primary brand logo.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles