Home · Branding · Rerun

Rerun Brand Identity

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

Download JSON
Primary
#FFDF89
Accent
#E283FF
Body Font
Plus Jakarta Sans
Heading
Plus Jakarta Sans

Color Palette

Brand palette extracted from https://rerun.io/.

primary
#FFDF89
rgb(255, 223, 137)
secondary
#5DFDB7
rgb(93, 253, 183)
accent
#E283FF
rgb(226, 131, 255)
background
#101010
rgb(16, 16, 16)
textPrimary
#101010
rgb(16, 16, 16)
link
#E283FF
rgb(226, 131, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
heading
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
Plus Jakarta Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, 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

Rerun favicon
Favicon
Rerun social image
Social Card

UI Components

Live previews rendered using Rerun's actual button styles.

buttonPrimary
background #0F0F0F textColor #FFFFFF borderColor #262B2E borderRadius 10px shadow none
buttonSecondary
background #FFFFFF textColor #111111 borderRadius 10px shadow rgb(255, 255, 255) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.2) 0px 0px 30px 0px

Brand Personality

Tone: modern Energy: medium Audience: developers and tech enthusiasts

Rerun Brand in the Wild

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

Frequently Asked Questions

What is Rerun's primary brand color?

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

What accent color does Rerun use?

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

What font does Rerun use?

Rerun uses Plus Jakarta Sans as the primary typeface across body and headings.

Does Rerun use a light or dark theme?

Rerun's primary site uses a dark color scheme, with a background of #101010.

How was this brand profile generated?

This profile was extracted from https://rerun.io/ 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 Rerun.

Methodology

Brand data on this page was extracted from https://rerun.io/ 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 Rerun.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Plus Jakarta Sans",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Oxygen",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Fira Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FFDF89",
    "secondary": "#5DFDB7",
    "accent": "#E283FF",
    "background": "#101010",
    "textPrimary": "#101010",
    "link": "#E283FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Plus Jakarta Sans",
      "heading": "Plus Jakarta Sans"
    },
    "fontStacks": {
      "heading": [
        "Plus Jakarta Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Plus Jakarta Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Plus Jakarta Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "13px",
      "h2": "17px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0F0F0F",
      "textColor": "#FFFFFF",
      "borderColor": "#262B2E",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#111111",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgb(255, 255, 255) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.2) 0px 0px 30px 0px"
    }
  },
  "images": {
    "favicon": "https://rerun.io/favicon.svg",
    "ogImage": "https://rerun.io/og-landing.jpg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No visible or suitable logo candidate was found that matches the brand 'Rerun'. All candidates are invisible and do not meet the criteria for a primary brand logo.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try browser demo",
      "reasoning": "Button #2 'Try browser demo' is likely the primary CTA due to its action-oriented text and dark background, which stands out against the light background of the page."
    },
    "secondary": {
      "index": 3,
      "text": "Python quick start guide",
      "reasoning": "Button #5 'Python quick start guide' serves as a secondary action with a light background, contrasting the primary button's dark background."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech enthusiasts"
  },
  "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": "No visible or suitable logo candidate was found that matches the brand 'Rerun'. All candidates are invisible and do not meet the criteria for a primary brand logo.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles