outsystems.json

OutSystems Brand Identity

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

Quick Facts

Field Value
Primary #008A61
Accent #0F0E0B
Body Font NotoSans
Heading Font NotoSans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: enterprise businesses

OutSystems Brand in the Wild

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

Working with these fonts

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.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "NotoSans",
      "role": "body"
    },
    {
      "family": "WorkSans",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#008A61",
    "secondary": "#007BFF",
    "accent": "#0F0E0B",
    "background": "#FFFFFF",
    "textPrimary": "#0F0E0B",
    "link": "#6C757D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "NotoSans",
      "heading": "NotoSans"
    },
    "fontStacks": {
      "heading": [
        "WorkSans",
        "NotoSans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "NotoSans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "NotoSans",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "39.6px",
      "body": "14.4px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#0F0E0B",
      "borderColor": "#C9CBC6",
      "borderRadius": "9px",
      "borderRadiusCorners": {
        "topLeft": "9px",
        "topRight": "9px",
        "bottomRight": "9px",
        "bottomLeft": "9px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 100px inset"
    },
    "buttonPrimary": {
      "background": "#0F0E0B",
      "textColor": "#0F0E0B",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.outsystems.com/-/media/themes/outsystems/website/site-theme/imgs/logo.svg?updated=20211217193441",
    "favicon": "https://www.outsystems.com/-/media/project/website/outsystems/oslogored.png?updated=20220111091207",
    "ogImage": "https://www.outsystems.com/-/media/images/homepage/2026/cards/outsystems-homepage-social-v2-en.png?updated=20260202151113",
    "logoHref": "/",
    "logoAlt": "logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'OutSystems'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Register now",
      "reasoning": "The button 'Register now' is the only button detected and uses a dark color (#0F0E0B) which contrasts with the light background, making it stand out as the primary call-to-action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button detected, so no secondary button is available."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "enterprise businesses"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'OutSystems'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}