Home · Branding · Fullstack Academy

Fullstack Academy Brand Identity

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

Download JSON
Primary
#DC1515
Accent
#DC1515
Body Font
Space Grotesk
Heading
Space Grotesk

Color Palette

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

primary
#DC1515
rgb(220, 21, 21)
secondary
#27E7E7
rgb(39, 231, 231)
accent
#DC1515
rgb(220, 21, 21)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#B01111
rgb(176, 17, 17)

Typography

Each font links to its Google Fonts page where available.

primary
Space Grotesk
Space Grotesk Google Fonts →
heading
Space Grotesk
Space Grotesk Google Fonts →
Space Grotesk, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Noto Color Emoji
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

Fullstack Academy logo
Logo
Fullstack Academy favicon
Favicon
Fullstack Academy social image
Social Card

UI Components

Live previews rendered using Fullstack Academy's actual button styles.

input
background #FFFFFF textColor #000000 borderColor #575A5D borderRadius 0px shadow none
buttonPrimary
background #DC1515 textColor #FFFFFF borderRadius 4px shadow none
buttonSecondary
background #F2F5F5 textColor #303335 borderColor #DFE5E6 borderRadius 4px shadow none

Brand Personality

Tone: professional Energy: medium Audience: aspiring tech professionals

Fullstack Academy Brand in the Wild

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

Frequently Asked Questions

What is Fullstack Academy's primary brand color?

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

What font does Fullstack Academy use?

Fullstack Academy uses Space Grotesk as the primary typeface across body and headings.

Does Fullstack Academy use a light or dark theme?

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

Where can I find Fullstack Academy's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Space Grotesk",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#DC1515",
    "secondary": "#27E7E7",
    "accent": "#DC1515",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#B01111"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Space Grotesk",
      "heading": "Space Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Space Grotesk",
        "sans-serif",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "body": [
        "Space Grotesk",
        "sans-serif",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Space Grotesk",
        "sans-serif",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "Apple Color Emoji",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "38px",
      "h2": "12px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#575A5D",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#DC1515",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F2F5F5",
      "textColor": "#303335",
      "borderColor": "#DFE5E6",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-9%20text-black-900%22%20role%3D%22presentation%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2077%2032%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M3.366%207.394h4.977V5.289H3.366V2.336h5.401V.23H1.05V12.5h2.317V7.394zm10.427%205.238c.783%200%201.37-.147%201.746-.425.392-.277.653-.57.783-.864h.31v1.142h2.17v-8.68H16.6v4.421c0%20.8-.18%201.436-.555%201.876-.376.457-.898.67-1.583.67-.604%200-1.06-.164-1.37-.49-.327-.326-.49-.816-.49-1.469V3.804h-2.203v5.189c0%20.718.147%201.338.424%201.893a3.1%203.1%200%20001.175%201.289c.539.31%201.126.457%201.795.457zM23.485.23h-2.202V12.5h2.202V.231zm4.667%200h-2.203V12.5h2.203V.231zm41.592%200h-2.203V12.5h2.203V.231zM3.448%2016.22l-3.23%2012.27H2.6l.669-2.692h4.389l.669%202.693h2.382l-3.23-12.27h-4.03zm.359%207.425l1.485-5.972h.31l1.485%205.972h-3.28zM76.483%203.902h-2.79l-3.9%203.9%203.981%204.7h2.709l-3.9-4.684%203.9-3.916zm-35.62%208.583l4.39.016v-1.827h-1.681c-.327%200-.49.049-.49.049V5.632h2.17V3.804h-2.17V1.112H40.88v2.692h-2.17v1.828h2.17v6.853h-.016zm23.431%207.506a3.143%203.143%200%2000-1.468-.343c-.67%200-1.175.13-1.55.375a2.725%202.725%200%2000-.849.93h-.31a2.263%202.263%200%2000-.865-.93c-.375-.244-.865-.359-1.485-.359-.57%200-1.028.114-1.387.327-.342.212-.603.473-.75.767h-.31v-.947h-2.17v8.68h2.203v-5.14c0-.603.13-1.06.407-1.37.278-.326.67-.49%201.159-.49.44%200%20.783.115%201.028.36s.375.604.375%201.077v5.547h2.203v-5.14c0-.603.13-1.06.408-1.37.277-.326.669-.49%201.158-.49.441%200%20.784.115%201.028.36.245.244.376.603.376%201.076v5.548h2.203v-5.71c0-.702-.131-1.29-.392-1.747a2.331%202.331%200%2000-1.012-1.011zM17.89%2026.256c-.343.343-.849.523-1.518.523-.44%200-.848-.098-1.207-.294a2.066%202.066%200%2001-.849-.865c-.212-.375-.31-.849-.31-1.387v-.18c0-.554.098-1.011.31-1.386.212-.376.49-.67.849-.865a2.45%202.45%200%20011.207-.294c.44%200%20.816.082%201.11.245a1.8%201.8%200%2001.685.669c.163.277.261.604.31.946l2.138-.457a4.095%204.095%200%2000-.735-1.73%203.902%203.902%200%2000-1.452-1.207c-.604-.293-1.305-.44-2.137-.44-.849%200-1.6.18-2.285.522a3.913%203.913%200%2000-1.615%201.517c-.392.67-.604%201.469-.604%202.415v.245c0%20.946.196%201.746.604%202.415.391.669.93%201.175%201.615%201.517a5.056%205.056%200%20002.284.523c.833%200%201.55-.147%202.138-.441a3.756%203.756%200%20001.452-1.207c.376-.506.62-1.077.784-1.697l-2.105-.441c-.098.555-.327%201.012-.67%201.354zm55.918-2.04c0%20.8-.18%201.437-.555%201.877-.375.457-.897.67-1.582.67-.604%200-1.061-.164-1.371-.49-.327-.327-.49-.816-.49-1.469v-5.01h-2.202v5.19c0%20.718.146%201.338.424%201.892.277.555.669.98%201.19%201.29.507.31%201.094.456%201.78.456.522%200%20.962-.065%201.288-.195.343-.131.604-.294.8-.49.196-.196.343-.392.44-.604h.31v2.709h-5.22v1.925h7.39V19.762h-2.202v4.455zm-24.46-4.095c-.636-.375-1.37-.57-2.218-.57-.865%200-1.632.179-2.285.554a3.796%203.796%200%2000-1.517%201.566c-.36.67-.539%201.469-.539%202.383v.212c0%20.913.18%201.697.555%202.382a3.975%203.975%200%20001.55%201.566c.653.376%201.42.555%202.285.555.8%200%201.452-.13%201.958-.375.522-.245.93-.555%201.24-.914a5.37%205.37%200%2000.701-.995l-1.81-.947c-.148.327-.376.62-.67.898-.294.26-.75.408-1.37.408-.604%200-1.126-.18-1.534-.555-.424-.375-.637-.865-.67-1.452h6.332v-.75c0-.882-.18-1.665-.522-2.334-.376-.734-.865-1.257-1.485-1.632zM45.04%2023.14c.082-.506.294-.898.653-1.208.343-.31.816-.456%201.42-.456.57%200%201.044.146%201.386.456.36.31.555.702.604%201.208H45.04zm18.014-12.874c-.343.342-.848.522-1.517.522-.44%200-.849-.098-1.208-.294a2.066%202.066%200%2001-.848-.865c-.212-.375-.31-.848-.31-1.387v-.18c0-.554.098-1.01.31-1.386.212-.375.49-.67.848-.865a2.45%202.45%200%20011.208-.294c.44%200%20.816.082%201.11.245a1.8%201.8%200%2001.684.67c.164.277.262.603.31.946l2.138-.457a4.095%204.095%200%2000-.734-1.73%203.903%203.903%200%2000-1.452-1.207c-.604-.294-1.306-.44-2.138-.44-.848%200-1.599.179-2.284.521a3.914%203.914%200%2000-1.616%201.518c-.391.669-.603%201.468-.603%202.415v.244c0%20.947.195%201.746.603%202.415.392.67.93%201.175%201.616%201.518a5.058%205.058%200%20002.284.522c.832%200%201.55-.147%202.138-.44a3.757%203.757%200%20001.452-1.208c.375-.506.62-1.077.783-1.697l-2.138-.506c-.065.62-.277%201.077-.636%201.42zM38.986%2020.79h-.31c-.114-.212-.293-.408-.505-.604a2.7%202.7%200%2000-.865-.456c-.36-.131-.8-.18-1.322-.18-.701%200-1.354.18-1.942.522-.603.343-1.077.849-1.435%201.518-.36.669-.539%201.468-.539%202.415v.277c0%20.946.18%201.746.539%202.415.358.669.848%201.175%201.452%201.517.604.343%201.24.523%201.942.523.799%200%201.403-.131%201.81-.408.409-.262.719-.572.914-.898h.31v1.044h2.17v-12.27h-2.202v4.585h-.017zm.033%203.443c0%20.848-.228%201.485-.685%201.925-.457.441-1.028.653-1.697.653-.685%200-1.24-.212-1.697-.652-.457-.441-.685-1.078-.685-1.926v-.18c0-.848.228-1.484.685-1.925.457-.44%201.028-.652%201.697-.652.685%200%201.256.212%201.713.652.457.44.67%201.077.67%201.926v.179zm16.953-11.732v-1.827H54.83s-.049-.18-.049-.522V6.904c0-1.093-.326-1.909-.995-2.496-.669-.571-1.566-.865-2.709-.865-.75%200-1.386.114-1.909.343-.522.228-.93.522-1.24.897-.31.375-.538.767-.669%201.224l2.04.685c.081-.391.26-.718.522-.979.261-.245.685-.375%201.224-.375.555%200%20.962.13%201.224.392.26.26.391.603.391%201.011v.49h-2.382c-.653%200-1.24.098-1.746.31s-.897.506-1.191.913c-.294.408-.424.898-.424%201.502%200%20.603.146%201.11.424%201.517.294.408.669.734%201.158.946.49.213%201.045.327%201.665.327.603%200%201.093-.082%201.436-.261.342-.18.603-.375.767-.604.163-.228.26-.408.31-.555h.326v.017l.049%201.142s1.011.016%201.436.016h1.484zm-3.328-3.443c0%20.571-.196%201.028-.588%201.37-.391.343-.897.523-1.517.523-.473%200-.816-.098-1.077-.294a.95.95%200%2001-.375-.767c0-.31.114-.554.359-.734.228-.18.555-.261.962-.261h2.22v.163h.016zm-15.779%202.937c.653-.49.996-1.207.996-2.105%200-.603-.147-1.093-.457-1.452-.31-.359-.735-.636-1.257-.832a10.47%2010.47%200%2000-1.778-.457l-.49-.081a2.921%202.921%200%2001-.946-.31c-.228-.131-.343-.343-.343-.62%200-.262.114-.457.327-.604.228-.147.538-.212.962-.212.425%200%20.767.098%201.06.277.295.18.474.506.572.946l2.056-.636c-.196-.702-.62-1.273-1.257-1.697-.636-.424-1.452-.653-2.414-.653-1.028%200-1.86.229-2.497.686-.636.457-.946%201.126-.946%201.99%200%20.571.147%201.045.457%201.404.31.359.701.652%201.207.848.506.212%201.06.36%201.664.49l.49.081c.506.098.881.212%201.126.36a.703.703%200%2001.342.62c0%20.277-.13.489-.375.668-.245.18-.62.278-1.142.278a2.78%202.78%200%2001-.93-.147%201.49%201.49%200%2001-.718-.506c-.196-.229-.326-.555-.408-.963l-2.04.522c.147.914.588%201.616%201.322%202.105.718.49%201.648.735%202.79.735%201.093.016%201.975-.229%202.627-.735zM29.833%2026.11v-3.248c0-1.093-.327-1.909-.996-2.496-.669-.571-1.566-.865-2.708-.865-.75%200-1.387.114-1.91.343-.521.228-.93.522-1.24.897-.31.375-.538.767-.668%201.224l2.04.685c.08-.391.26-.718.521-.979.261-.244.686-.375%201.224-.375.555%200%20.963.13%201.224.392.26.26.392.603.392%201.011v.49h-2.383c-.652%200-1.24.098-1.746.31s-.897.506-1.19.914c-.295.407-.425.897-.425%201.5%200%20.604.147%201.11.424%201.518a2.76%202.76%200%20001.159.947c.49.212%201.044.326%201.664.326.604%200%201.093-.082%201.436-.261.343-.18.604-.376.767-.604.163-.228.26-.408.31-.555h.326v.017l.05%201.142s1.01.016%201.435.016h1.468v-1.827h-1.142c.017%200-.032-.164-.032-.523zm-2.138-1.077c0%20.57-.196%201.028-.587%201.37-.392.343-.898.522-1.518.522-.473%200-.816-.098-1.077-.293a.95.95%200%2001-.375-.767c0-.31.114-.555.343-.734.228-.18.554-.262.962-.262h2.252v.164z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.fullstackacademy.com/favicon-32x32.png",
    "ogImage": "https://fsa2-assets.imgix.net/assets/Asian-man-working-from-home.jpeg?auto=format&crop=focalpoint&domain=fsa2-assets.imgix.net&fit=crop&fp-x=0.5&fp-y=0.5&h=630&ixlib=php-3.3.1&q=82&w=1200",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Fullstack Academy'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Apply",
      "reasoning": "Button #8 with text 'Apply' is the primary CTA because it uses the vibrant brand color #DC1515, indicating a strong call-to-action, and is labeled as a primary button with 'site_cta' class."
    },
    "secondary": {
      "index": 4,
      "text": "Learn Coding Part-Time",
      "reasoning": "Button #0 with text 'Learn Coding Part-Time' is selected as secondary because it has a different background color (#F2F5F5) and serves as an informational option, contrasting with the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "aspiring tech professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Fullstack Academy'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles