Home · Branding · Campus

Campus Brand Identity

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

Download JSON
Primary
#4F50FF
Accent
#4F50FF
Body Font
sfProText
Heading
dunbarTall

Color Palette

Brand palette extracted from https://campus.edu/.

primary
#4F50FF
rgb(79, 80, 255)
secondary
#FF8850
rgb(255, 136, 80)
accent
#4F50FF
rgb(79, 80, 255)
background
#FFFDF5
rgb(255, 253, 245)
textPrimary
#000000
rgb(0, 0, 0)
link
#4748E6
rgb(71, 72, 230)

Typography

Each font links to its Google Fonts page where available.

primary
sfProText
heading
dunbarTall
dunbarTall
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

Campus favicon
Favicon

UI Components

Live previews rendered using Campus's actual button styles.

buttonPrimary
background #4F50FF textColor #FFFFFF borderRadius 100px shadow none
buttonSecondary
background #1A1A1A textColor #FFFFFF borderRadius 100px shadow none

Brand Personality

Tone: modern Energy: medium Audience: prospective students and educators

Campus Brand in the Wild

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

Frequently Asked Questions

What is Campus's primary brand color?

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

What font does Campus use?

Campus uses sfProText for body text and dunbarTall for headings. Fonts were detected on https://campus.edu/ as part of their live design system.

Does Campus use a light or dark theme?

Campus's primary site uses a light color scheme, with a background of #FFFDF5.

How was this brand profile generated?

This profile was extracted from https://campus.edu/ 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 Campus.

Methodology

Brand data on this page was extracted from https://campus.edu/ 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 Campus.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "sfProText",
      "role": "body"
    },
    {
      "family": "dunbarTall",
      "role": "heading"
    },
    {
      "family": "helveticaNeue",
      "role": "unknown"
    },
    {
      "family": "Segoe UI",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#4F50FF",
    "secondary": "#FF8850",
    "accent": "#4F50FF",
    "background": "#FFFDF5",
    "textPrimary": "#000000",
    "link": "#4748E6"
  },
  "typography": {
    "fontFamilies": {
      "primary": "sfProText",
      "heading": "dunbarTall"
    },
    "fontStacks": {
      "heading": [
        "dunbarTall"
      ],
      "body": [
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Noto Sans",
        "Liberation Sans",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "dunbarTall"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "62px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4F50FF",
      "textColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#1A1A1A",
      "textColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://campus.edu/favicon.ico",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No suitable logo candidate was found in the header area. The provided candidate is located in the body and does not match typical logo placement or visibility criteria.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Apply now",
      "reasoning": "Button #2 'Apply now' uses the vibrant brand color #4F50FF, indicating a strong call-to-action for prospective students to apply, aligning with the site's purpose."
    },
    "secondary": {
      "index": 3,
      "text": "Learn more",
      "reasoning": "Button #3 'Learn more' has a different background color (#1A1A1A) and serves as a secondary action for users seeking additional information."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "prospective students and educators"
  },
  "designSystem": {
    "framework": "material",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "No suitable logo candidate was found in the header area. The provided candidate is located in the body and does not match typical logo placement or visibility criteria.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles